diff --git a/gulliver/system/class.g.php b/gulliver/system/class.g.php index 236b44682..55bdc611e 100755 --- a/gulliver/system/class.g.php +++ b/gulliver/system/class.g.php @@ -5182,7 +5182,7 @@ class G $strAux = str_replace($strSearch, null, $_SERVER["REQUEST_URI"]); if ($strAux != "") { - $skin = "base"; //classic + $skin = "base"; // classic if (isset($_SESSION["currentSkin"])) { $skin = $_SESSION["currentSkin"]; diff --git a/workflow/public_html/sysGeneric.php b/workflow/public_html/sysGeneric.php index 34157779d..64c09e248 100755 --- a/workflow/public_html/sysGeneric.php +++ b/workflow/public_html/sysGeneric.php @@ -453,7 +453,7 @@ if (Bootstrap::virtualURI( $_SERVER['REQUEST_URI'], $virtualURITable, $realPath // the request correspond to valid php page, now parse the URI Bootstrap::parseURI( getenv( "REQUEST_URI" ), $isRestRequest ); -//Bootstrap::mylog("sys_temp: ".SYS_TEMP); +// Bootstrap::mylog("sys_temp: ".SYS_TEMP); if (Bootstrap::isPMUnderUpdating()) { header( "location: /update/updating.php" ); if (DEBUG_TIME_LOG)