summaryrefslogtreecommitdiff
path: root/shell/passwd.php
diff options
context:
space:
mode:
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)
+
+); ?>