base bazdig.db vide
[bazdig.git] / test / iniTest.php
blob92ac7ef4bdb12d5f9d3f935fe4c7d2b7e1555a28
1 <?php
2 $testIni = parse_ini_file('test.ini');
3 print_r($testIni);
4 set_include_path(get_include_path(), PATH_SEPARATOR . $testIni['lib']);
5 ?>