a tiny mvc framework for php using php-activerecord

strip out HALFMOON_ROOT from paths, save a little space

+3
+3
lib/rescuer.php
··· 114 114 $out .= " "; 115 115 116 116 if (isset($call["file"])) { 117 + $call["file"] = preg_replace("/^" . preg_quote(HALFMOON_ROOT, 118 + "/") . "\/?/", "", $call["file"]); 119 + 117 120 if ($html) { 118 121 $fileparts = explode("/", $call["file"]); 119 122