]> andersk Git - sql-web.git/blobdiff - index.php
minor portability fixes
[sql-web.git] / index.php
index e8259684d013d8a624e47e291c8f7ee75c40c599..e8474a6aa5a22460b2f9bf4819499dc460eb9d52 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -10,7 +10,7 @@ require_once('mitsql.cfg.php');
 require_once('mitsql.lib.php');
 
 isLoggedIn() && redirect('main');
-!DEBUG && $_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.100174 seconds and 4 git commands to generate.