. */ #################################################################### # This file should be renamed to config.php and filled in with the # # correct data. # #################################################################### define("DEBUG", false); // Are we in debug mode? define("ROOTPATH", "./"); // Path to root in website (relative, ending with slash) define("FILESYSTEMROOTPATH", "./"); // Path to root in filesystem (ending with slash) define("DISABLE_SSL", false); // Don't use SSL (for example redirect to HTTPS), only for development! define("LOGFILE", ""); // File where log is written to. When a '#' is added, it will be replaced by the current date (Ymd) ?>