]> andersk Git - sql-web.git/blob - global.done.php
e02cc284e9aeaf0f0790d20746c4bd4de03e0a05
[sql-web.git] / global.done.php
1 <?php
2
3 require_once('mitsql.cfg.php');
4 require_once('mitsql.lib.php');
5
6 sess('Login', $Login);
7 sess('LoginSSL', $LoginSSL);
8
9 echo '<pre>';
10 print_r($_SESSION);
11 print_r($timings);
12
13 ?>
This page took 0.022878 seconds and 3 git commands to generate.