]> andersk Git - sql-web.git/blame - contact.php
added phpMyAdmin to menu
[sql-web.git] / contact.php
CommitLineData
1389493c
JP
1<?php
2
3require_once('mitsql.cfg.php');
4require_once('mitsql.lib.php');
5
79fb5722
JP
6$User = new User($Login->getUserID());
7
377015e0
JP
8//redirect('main');
9
1389493c
JP
10include 'tpl/contact.php';
11
12?>
This page took 0.041537 seconds and 5 git commands to generate.