source: schedule/include/factdb.php@ 16519

Last change on this file since 16519 was 16422, checked in by tanio, 11 years ago
File size: 166 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.