mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
改进模板文件路径
This commit is contained in:
@@ -96,7 +96,7 @@ class Php
|
||||
$template = str_replace('.', DS, CONTROLLER_NAME) . $depr . $template;
|
||||
}
|
||||
}
|
||||
return realpath($path) . DS . $template . $this->config['view_suffix'];
|
||||
return $path . $template . $this->config['view_suffix'];
|
||||
}
|
||||
|
||||
public function __call($method, $params)
|
||||
|
||||
Reference in New Issue
Block a user