]> andersk Git - sql-web.git/blobdiff - index.php
sync sliced-bread
[sql-web.git] / index.php
index e018d836fa854602d8beff51243635c88fd7b09b..386d5f7a304c24285fdf52af752f68af03cc887a 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -11,7 +11,7 @@ require_once('mitsql.lib.php');
 
 if (substr(URI, -strlen('do/index')) != 'do/index') redirect('main/do/index');
 isLoggedIn() && redirect('main');
-!DEVEL && $_SERVER['SERVER_NAME'] != 'sql.mit.edu' && redirect2('http://sql.mit.edu/');
+//!DEVEL && $_SERVER['SERVER_NAME'] != 'sql.mit.edu' && redirect2('http://sql.mit.edu/');
 
 //$LoginSSL->canSignup() && redirect('signup');
 //redirect('login');
This page took 0.024064 seconds and 4 git commands to generate.