Fix on padmin
This commit is contained in:
parent
19cd803a87
commit
4238c210a4
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ settype($arr_option[1], 'string');
|
|||
|
||||
include(__DIR__.'/../../../../config.php');
|
||||
|
||||
Webmodel::$model_path=__DIR__.'/../../../../';
|
||||
Webmodel::$model_path=__DIR__.'/../../../../modules/';
|
||||
|
||||
$model_file=Webmodel::$model_path.$arr_option[0].'/models/models_'.$arr_option[1].'.php';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue