Мелкие правки

This commit is contained in:
origami11 2017-02-17 19:09:01 +03:00
parent a75f450edd
commit 3a77f74177
5 changed files with 13 additions and 22 deletions

View file

@ -153,6 +153,7 @@ class View_View
}
function find_file($pathlist, $file) {
foreach($pathlist as $key => $www) {
if (file_exists($key . '/' . $file)) {
return $www . '/' . $file;