Source for file settings.inc.php
Documentation is available at settings.inc.php
* The e-mailadress of the system admin for recognizing system errors.
define( "ADMINEMAIL", "errorlogs@debakel.net" );
define( "MYSQL_DUMP_KIND", "MYSQLDUMP" );
define( "PATH2MYSQLDUMP", "/usr/bin/" );
define( "MYSQL_IMPORT_KIND", "PHP" );
define( "PATH2MYSQL", "/usr/bin/" );
include_once CLASSPATH. "DebuggingSettings.inc.php";
|