* added the getType method for each of the drivers - it actually shows what the driver
[vsc.git] / _res / config.inc.php
blob9cddca8aede31bdb15ae488249a927eff20ed979
1 <?php
2 // i wonder what the hell this is
3 //if (!defined ('VSC_PATH')) {
4 // define ('LIB_PATH', dirname(__FILE__));
5 //}
7 define ('LIB_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR . '_libs');
8 set_include_path (
9 get_include_path() . PATH_SEPARATOR .
10 LIB_PATH);