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