BRISK_AUTH_CONF define added
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 28 Jun 2009 11:01:27 +0000 (11:01 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 28 Jun 2009 11:01:27 +0000 (11:01 +0000)
web/Obj/auth.phh

index f822bef..55edf6b 100644 (file)
@@ -27,6 +27,8 @@ define(CHAL_SHM_DIMS_MAX, 65536);
 define(CHAL_SHM_DIMS_DLT, 16384);
 define(CHAL_VALID_TIME,      15);
 define(CHAL_GARBAGE_TIMEOUT,  5);
+define(BRISK_AUTH_CONF,   "brisk_auth.conf.pho");
+
 
 class Challenge {
   var $login;
@@ -294,8 +296,8 @@ class LoginDB {
     GLOBAL $DOCUMENT_ROOT;
     log_main("LoginDB create:start");
 
-    if (file_exists("$DOCUMENT_ROOT/Etc/brisk_auth.conf.pho")) {
-      require("$DOCUMENT_ROOT/Etc/brisk_auth.conf.pho");
+    if (file_exists("$DOCUMENT_ROOT/Etc/".BRISK_AUTH_CONF)) {
+      require("$DOCUMENT_ROOT/Etc/".BRISK_AUTH_CONF);
     }
     else {
       $this->item = array( new LoginDBItem("uno", md5("one"), "pippo@pluto.com"),