/** * DB access config file * * This file contains only variables for DB access. Others global variables * are stored in "siteOptions" DB table. * * The application uses PDO as default DB abstraction. See class DB for more details. * @package enuukAuction */ $persistenceConfig["type"] ="PDO"; $persistenceConfig["DSN"]="mysql:dbname=itclear_V5;host=localhost"; $persistenceConfig["user"]= "itclear_auctXL"; $persistenceConfig["password"] = "auctXL"; define("TABLE_PREFIX", "eA_");
Warning: Cannot modify header information - headers already sent by (output started at /home/itclear/public_html/config.php:14) in /home/itclear/public_html/index.php on line 63

Warning: Cannot modify header information - headers already sent by (output started at /home/itclear/public_html/config.php:14) in /home/itclear/public_html/index.php on line 67