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