From: Matteo Nastasi (mop) Date: Sat, 26 Jan 2008 15:11:31 +0000 (+0000) Subject: cookiepath added in commons.js X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=fbc94f9c0e6bb2df466b3b87dcd8c0c8830bc73a;p=brisk.git cookiepath added in commons.js --- diff --git a/INSTALL.sh b/INSTALL.sh index cadb43d..71b50d2 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -164,5 +164,6 @@ sed -i "s@define *( *LEGAL_PATH,[^)]*)@define(LEGAL_PATH, \"$legal_path\")@g" ${ sed -i "s@define *( *PROXY_PATH,[^)]*)@define(PROXY_PATH, \"$proxy_path\")@g" ${web_path}/Obj/brisk.phh sed -i "s@var \+xhr_rd_cookiepath \+= \+\"[^\"]*\";@var xhr_rd_cookiepath = \"$cookie_path\";@g" ${web_path}/xhr.js +sed -i "s@var \+cookiepath \+= \+\"[^\"]*\";@var cookiepath = \"$cookie_path\";@g" ${web_path}/commons.js exit 0