egroupware/phpgwapi/js/dhtmlxtree/samples/with_db/config.php

14 lines
324 B
PHP
Raw Normal View History

2006-03-19 18:51:23 +01:00
<?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";
?>