source: schedule/include/factdb.php@ 16680

Last change on this file since 16680 was 16680, checked in by tanio, 11 years ago
File size: 167 bytes
Line 
1<?php
2
3
4// $con=mysql_connect("localhost","root","");
5 $con=mysql_connect("localhost","scheduletest","t3stsched");
6 mysql_select_db("sandboxschedule",$con);
7 ?>
Note: See TracBrowser for help on using the repository browser.