NewConstruct($Lang, $GenFunMultiLanguagesStatus, $ConfigArray['MultiLanguagesDefault'], $IsAdminLang); $LangConfigs = $LangGeneral->LangConfigs; } else { $LangConfigs = [ // for fix /php8.2 'Dir' => 'rtl', 'Float' => 'right' ]; } $LangGeneral->ClearLanguageTrack(); require APPS_PATH . 'Libs' . DS . 'InputSafer.php'; require APPS_PATH . 'Libs' . DS . 'FlashMessages.php'; require APPS_PATH . 'Libs' . DS . 'ConfigManagement.php'; require APPS_PATH . 'Libs' . DS . 'Application.php'; require APPS_PATH . 'Libs' . DS . 'Pager.php'; require_once APPS_PATH . 'Libs' . DS . 'PHPFastCache' . DS . 'phpfastcache.php'; require APPS_PATH . 'Libs' . DS . 'Controller.php'; require APPS_PATH . 'Libs' . DS . 'View.php'; $GoURLPager = ShowTheLinks($T12); $app = new Application($ConfigArray, $LangConfigs, $GoURLPager); ?>