X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=7f2689484a37763792fc0ce78eecd9ca92cd9940;hb=296dab846261146e70b46907ee23dcadda0f9cff;hp=b3e392352a64bfbe5b64662efbebdc6c5dcd769e;hpb=129e39c8dd40606744745d452c105eac7f3f0466;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index b3e3923..7f26894 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -19,6 +19,8 @@ * */ + +define(BRISK_CONF, "brisk.conf.pho"); define(FTOK_PATH, "/var/lib/brisk"); define(LEGAL_PATH, "/tmp/legal_brisk"); define(PROXY_PATH, "/var/lib/brisk_proxy"); @@ -63,6 +65,11 @@ define(BRISK_SINGLE_DEBUG,0); define(BRISK_SINGLE_SESS, ""); // define(DEBUGGING, "local"); +$DBASE = "$DOCUMENT_ROOT".dirname("$PHP_SELF"); + +require_once("$DBASE/".BRISK_CONF); + + $G_false = FALSE; $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 );