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