source: schedule/include/factdb.php@ 15487

Last change on this file since 15487 was 15487, checked in by tanio, 13 years ago
checking for errors , but these file don't have yet database.
File size: 97 bytes
Line 
1<?php
2 $con=mysql_connect("localhost","root","");
3 mysql_select_db("factscheduling",$con);
4 ?>
Note: See TracBrowser for help on using the repository browser.