Configuration File

//Site Configuration
define ('DOC_ROOT', 'C:/xampp/htdocs/defence/');
define ('HTTP_PATH', 'http://localhost/defence/');

//Database Configuration localhost
define ('DB_TYPE','mysql');
define ('DB_HOST','localhost');
define ('DB_USER','root');
define ('DB_PWD','');
define ('DB_DB','defence');

No comments:

Post a Comment