egroupware/phpgwapi/js/dhtmlxtree/samples/with_db/config.php
2006-03-19 17:51:23 +00:00

14 lines
324 B
PHP

<?php
/*
To run sample application you need to have:
- PHP
- MySQL
To install application, just make sure that your MySQL running and load index.php
after entering suitable (for you) information below
*/
$mysql_host = "localhost";
$mysql_user = "root";
$mysql_pasw = "";
$mysql_db = "sampleDB";
?>