]> andersk Git - sql-web.git/blame_incremental - index.php
updated checkQuotas
[sql-web.git] / index.php
... / ...
CommitLineData
1<?php
2/*
3 (c) 2005 Joe Presbrey
4
5 add switching of what owner to manage
6 - to support group sql "lockers"
7*/
8
9require_once('mitsql.cfg.php');
10require_once('mitsql.lib.php');
11
12isLoggedIn() && redirect('main');
13!DEBUG && $_SERVER['SERVER_NAME'] != 'sql.mit.edu' && redirect2('http://sql.mit.edu/');
14
15//$LoginSSL->canSignup() && redirect('signup');
16//redirect('login');
17
18include 'tpl/index.php';
19
20?>
This page took 0.026199 seconds and 5 git commands to generate.