From: Maxious Date: Tue, 15 Mar 2011 12:26:19 +0000 Subject: Minify js/css X-Git-Url: http://maxious.lambdacomplex.org/git/?p=busui.git&a=commitdiff&h=a916b82bbb1dba33c34ca9b6d9fc2536fcc1c748 --- Minify js/css --- --- a/common-net.inc.php +++ b/common-net.inc.php @@ -9,6 +9,7 @@ $page = curl_exec($ch); if (curl_errno($ch)) echo " Database temporarily unavailable: " . curl_errno($ch) . " " . curl_error($ch) . "
"; curl_close($ch); + debug(print_r($page,true),"json"); return $page; } function curPageURL() --- a/common-template.inc.php +++ b/common-template.inc.php @@ -6,15 +6,14 @@ ' . $pageTitle . ''; - if (isDebug()) echo ' + echo ''; + if (isDebugServer()) echo ' '; - else echo ' - - '; - echo ' - - + '; + echo '