]> andersk Git - sql-web.git/commitdiff
git-svn-id: svn://presbrey.mit.edu/sql/mitsql@48 a142d4bd-2cfb-0310-9673-cb33a7e74f58
authorJoe Presbrey <presbrey@mit.edu>
Fri, 9 Sep 2005 02:29:59 +0000 (02:29 +0000)
committerJoe Presbrey <presbrey@mit.edu>
Fri, 9 Sep 2005 02:29:59 +0000 (02:29 +0000)
admin/index.php [new file with mode: 0755]
tpl/main.php

diff --git a/admin/index.php b/admin/index.php
new file mode 100755 (executable)
index 0000000..b8eaf60
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+require_once('../mitsql.cfg.php');
+echo get_include_path();
+
+phpinfo();
+
+?>
index f22396024315d60a2bc4031513a648ed443aa23e..eb6a045d7c7633c39c4948078d8662892428cb36 100644 (file)
@@ -18,7 +18,7 @@ Thanks for signing up.  This interface is nearly ready.  We will e-mail you as s
 <? } else { ?>
 
 <table width="100%">
-<form>
+<form method="post">
 <?php
        $bytes = $User->getBytes();
        $usage = $bytes['nBytes'];
This page took 0.11275 seconds and 5 git commands to generate.