This commit is contained in:
2026-03-01 21:05:19 +08:00
parent 0a45a8fbb9
commit 92948fa856
39 changed files with 594 additions and 269 deletions
@@ -4,7 +4,6 @@ $app = Request()->app;
$controller =get_controller_name();
$langs = [];
$fn= __DIR__.'/'.($app?$app.'/' : '').strtolower($controller).'.php';
//log_alert($fn);
if(file_exists($fn)){
$langs = require $fn;
if(!is_array( $langs)){
-1
View File
@@ -4,7 +4,6 @@ $app = Request()->app;
$controller =get_controller_name();
$langs = [];
$fn= __DIR__.'/'.($app?$app.'/' : '').strtolower($controller).'.php';
//log_alert($fn);
if(file_exists($fn)){
$langs = require $fn;
if(!is_array( $langs)){