5b5326
5b5326
define('USE_AUTHENTICATION',1);		// Use (internal) authentication - best choice if
5b5326
					// no other authentication is available
5b5326
					// If set to 0:
5b5326
					//  There will be no further authentication. You
5b5326
					//  will have to handle this by yourself!
5b5326
					// If set to 1:
5b5326
					//  You need to change ADMIN_PASSWORD to make
5b5326
					//  this work!
5b5326
define('ADMIN_USERNAME','apc');		// Admin Username
5b5326
define('ADMIN_PASSWORD','password');  	// Admin Password - CHANGE THIS TO ENABLE!!!
5b5326
5b5326
// (beckerr) I'm using a clear text password here, because I've no good idea how to let 
5b5326
//           users generate a md5 or crypt password in a easy way to fill it in above
5b5326
5b5326
//define('DATE_FORMAT', "d.m.Y H:i:s");	// German
5b5326
//define('DATE_FORMAT', "d/m/Y H:i:s");	// French
5b5326
define('DATE_FORMAT', 'Y/m/d H:i:s'); 	// US
5b5326
5b5326
define('GRAPH_SIZE',200);		// Image size
5b5326
5b5326
//define('PROXY', 'tcp://127.0.0.1:8080');
5b5326