From: Maxious Date: Wed, 14 Nov 2012 03:34:08 +0000 Subject: add production domain name X-Git-Url: https://maxious.lambdacomplex.org/git/?p=disclosr.git&a=commitdiff&h=b63eff86af709f99bfd8fb854f78a5c39f34fed3 --- add production domain name Former-commit-id: be7a82ae478776c6067cb44055f74cb1014df8fd --- --- a/include/common.inc.php +++ b/include/common.inc.php @@ -8,6 +8,7 @@ || strstr($_SERVER['PHP_SELF'], "lib/") || strstr($_SERVER['PHP_SELF'], "include/") || strstr($_SERVER['PHP_SELF'], "documents/") + || $_SERVER['SERVER_NAME'] == "disclosurelo.gs" ) $basePath = "../";