login/edit: admins can access other users
[minimedit.git] / login / edit / index.php
diff --git a/login/edit/index.php b/login/edit/index.php
new file mode 100644 (file)
index 0000000..b92104c
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+if ($Args) {
+       ob_clean();
+       include 'login/edit/index.html';
+}