]> andersk Git - sql-web.git/blobdiff - tpl/index.php
change password feature
[sql-web.git] / tpl / index.php
index 22a3aa750d3d4bdd9d3b424777265ca6613e0929..f434d7d8e110bd9dbce7908bfa43edc22218e9d4 100644 (file)
@@ -24,10 +24,11 @@ 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>
-By default, new users can create up to <strong>5 databases</strong>, consuming a total of <strong>25 megabytes</strong> of SQL data.
+By default, new users can create up to <strong>5 databases</strong>, consuming a total of <strong>50 megabytes</strong> of SQL data.
 The system will periodically check your database sizes and suspend creation of new data (INSERT statements) if your total usage exceeds your allotted quota.
 </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
+?>
This page took 0.033872 seconds and 4 git commands to generate.