This commit is contained in:
Pavel Belyaev
2022-01-30 22:25:52 +05:00
parent f3b1e5a9b6
commit 7becd72264
8 changed files with 37 additions and 6 deletions

View File

@@ -3,6 +3,8 @@ $le_mod_loader = new LE_MOD_LOAD();
LE::$QUERY_DATA_TYPE = LE_REQUEST::TYPE_DETECT();
LE::$FULL_URL = LE_REQUEST::url2arr()['full_url'];
//default mod prefix = space (for example - admin)
if ($le_mod_loader->space!==false) LE::$TPL->prefix=$le_mod_loader->space;
//init space
if ($le_mod_loader->init_path!==false)