summaryrefslogtreecommitdiff
path: root/shell/passwd.php
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 11:22:36 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 11:22:36 -0500
commit3d6790614bb0dc776e02a95835e5c274263d1d1a (patch)
treeaad032777fccb7fbdc80551a6f89f4bb4845a510 /shell/passwd.php
parent66c84cedfb411ad6ca0508d9f45d6d33c8ad474d (diff)
This zip file was identified as ltshell-3.zip
Diffstat (limited to 'shell/passwd.php')
-rw-r--r--shell/passwd.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/passwd.php b/shell/passwd.php
new file mode 100644
index 0000000..cf6fdaf
--- /dev/null
+++ b/shell/passwd.php
@@ -0,0 +1,6 @@
+<?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)
+
+); ?>