]> andersk Git - sql-web.git/blame_incremental - index.php
new style: conform to new <scripts.mit.edu> textpattern template
[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//$LoginSSL->canSignup() && redirect('signup');
14//redirect('login');
15
16include 'tpl/index.php';
17
18?>
This page took 0.381162 seconds and 5 git commands to generate.