Skip to content

Commit 18a897d

Browse files
committed
update 260304
1 parent b9b44ee commit 18a897d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

library/UsualToolInc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function GetClassName($file,$zone=2){
195195
return null;
196196
}
197197
$rawnamespace=trim($nsmatch[1]);
198-
$lowernamespace=strtolower($rawNamespace);
198+
$lowernamespace=strtolower($rawnamespace);
199199
if(strpos($lowernamespace,$zonestr)===false){
200200
return null;
201201
}

open/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
/**
1717
* 控制方向
1818
*/
19-
$controlform="/front";
19+
$controlform="front";
2020
/**
2121
* 公共模板
2222
*/
23-
$app->Runin("pubtemp",PUB_TEMP.$controlform);
23+
$app->Runin("pubtemp",PUB_TEMP."/".$controlform);
2424
/**
2525
* 公共模板工程
2626
*/
27-
$app->Runin("template",$frontwork."/skin/".$config["DEFAULT_MOD"].$controlform);
27+
$app->Runin("template",$frontwork."/skin/".$config["DEFAULT_MOD"]."/".$controlform);
2828
/**
2929
* 拼接当前文件
3030
*/

0 commit comments

Comments
 (0)