root/EMS/common.php

Revision 2, 109 bytes (checked in by evilbunny, 2 years ago)

Initial import

Line 
1 <?
2     $hostname = "localhost";
3     $hostport = 10000;
4
5     session_start();       
6     session_register("_config");
7 ?>
8
Note: See TracBrowser for help on using the browser.