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