add production domain name
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 = "../";