]> andersk Git - sql-web.git/commitdiff
git-svn-id: svn://presbrey.mit.edu/sql/mitsql@45 a142d4bd-2cfb-0310-9673-cb33a7e74f58
authorJoe Presbrey <presbrey@mit.edu>
Tue, 30 Aug 2005 17:18:37 +0000 (17:18 +0000)
committerJoe Presbrey <presbrey@mit.edu>
Tue, 30 Aug 2005 17:18:37 +0000 (17:18 +0000)
.htaccess
php.ini [new file with mode: 0755]
tpl/index.php
tpl/main.php

index 3fe933dfaa6aa51f10203baccb8890fa36e4b8be..326349248a3856d247e883b7953dba99fd954c8f 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,4 @@
-php_value auto_append_file "global.done.php"
+#php_value auto_append_file "global.done.php"
 #php_value auto_prepend_file "prepend.php"
 #php_flag xdebug.remote_enable on
 #php_flag xdebug.remote_autostart on
@@ -6,7 +6,7 @@ php_value auto_append_file "global.done.php"
 #php_value xdebug.remote_port "9000"
 
 RewriteEngine On
-RewriteBase /~toast/mitsql/
+RewriteBase /~presbrey/mitsql/
 
 #RewriteOptions MaxRedirects=1
 
diff --git a/php.ini b/php.ini
new file mode 100755 (executable)
index 0000000..2de09ec
--- /dev/null
+++ b/php.ini
@@ -0,0 +1,4 @@
+display_errors = 0;
+extension = mysql.so
+auto_append_file = "global.done.php"
+session.save_path = "/mit/presbrey/web_tmp"
index 22a3aa750d3d4bdd9d3b424777265ca6613e0929..b69b07e24f8688bfc84acf379511464b42b6dc7b 100644 (file)
@@ -24,6 +24,7 @@ As you work with your SQL data, it is automatically saved on an additional secon
 Although we continually put forth our best efforts, we can make no guarantees on the reliability of the service and access to the data.
 </p>
 
+<?/*
 <h2>Quotas</h2>
 
 <p>
@@ -40,6 +41,7 @@ Users should instead store these types of data in AFS and use SQL tables only to
 <strong>Always use this interface to create and drop databases.</strong>
 Although you can drop any of your databases outside this interface, doing so will not relinquish your rights to that database and will therefore still count against your quota.
 </p>
+*/?>
 
 <h2>Disclaimer</h2>
 
@@ -57,4 +59,4 @@ We maintain general usage statistics of this service by the MIT community at lar
 
 <?php
 include 'foot.php';
-?>
\ No newline at end of file
+?>
index c07c0176f2fb642ed85a587c41c53f750443089b..63972b1f3ee622c0530eb9b9681b71dd9ade30cf 100644 (file)
@@ -7,7 +7,7 @@ include 'head.php';
 
 <?php printErrors($err); ?>
 
-<? if (!DEVEL) { ?>
+<? if (!DEVEL && 0) { ?>
 <p>
 Thanks for signing up.  This interface is nearly ready.  We will e-mail you as soon as this portion of the site is ready.
 <br />
This page took 0.283978 seconds and 5 git commands to generate.