From: Joe Presbrey Date: Tue, 30 Aug 2005 17:18:37 +0000 (+0000) Subject: git-svn-id: svn://presbrey.mit.edu/sql/mitsql@45 a142d4bd-2cfb-0310-9673-cb33a7e74f58 X-Git-Url: http://andersk.mit.edu/gitweb/sql-web.git/commitdiff_plain/201253baac952d0ce9097012a2469d8b0d728142 git-svn-id: svn://presbrey.mit.edu/sql/mitsql@45 a142d4bd-2cfb-0310-9673-cb33a7e74f58 --- diff --git a/.htaccess b/.htaccess index 3fe933d..3263492 100644 --- 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 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" diff --git a/tpl/index.php b/tpl/index.php index 22a3aa7..b69b07e 100644 --- a/tpl/index.php +++ b/tpl/index.php @@ -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.

+Quotas

@@ -40,6 +41,7 @@ Users should instead store these types of data in AFS and use SQL tables only to Always use this interface to create and drop databases. 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.

+*/?>

Disclaimer

@@ -57,4 +59,4 @@ We maintain general usage statistics of this service by the MIT community at lar \ No newline at end of file +?> diff --git a/tpl/main.php b/tpl/main.php index c07c017..63972b1 100644 --- a/tpl/main.php +++ b/tpl/main.php @@ -7,7 +7,7 @@ include 'head.php'; - +

Thanks for signing up. This interface is nearly ready. We will e-mail you as soon as this portion of the site is ready.