tangled
alpha
login
or
join now
jcs.org
/
halfmoon
0
fork
atom
a tiny mvc framework for php using php-activerecord
0
fork
atom
overview
issues
pulls
pipelines
strip out HALFMOON_ROOT from paths, save a little space
jcs.org
14 years ago
4461ed07
c62f6d3d
+3
1 changed file
expand all
collapse all
unified
split
lib
rescuer.php
+3
lib/rescuer.php
···
114
114
$out .= " ";
115
115
116
116
if (isset($call["file"])) {
117
117
+
$call["file"] = preg_replace("/^" . preg_quote(HALFMOON_ROOT,
118
118
+
"/") . "\/?/", "", $call["file"]);
119
119
+
117
120
if ($html) {
118
121
$fileparts = explode("/", $call["file"]);
119
122