diff options
Diffstat (limited to 'shell/passwd.php')
-rw-r--r-- | shell/passwd.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/passwd.php b/shell/passwd.php index cf6fdaf..0e1cec6 100644 --- a/shell/passwd.php +++ b/shell/passwd.php @@ -1,6 +1,5 @@ <?php global $users; $users = array ( -'http://10.10.24.64/1/', // Luke Shumaker (at home) -'http://lukeshu.ath.cx/1/' // Luke Shumaker (not at home) +'http://lukeshu.ath.cx/1/' // Luke Shumaker ); ?> |