change from niceedit to summernet, it support table

This commit is contained in:
Ibnu Maksum
2024-08-17 22:18:15 +07:00
parent 1c8e2c0422
commit eb5d1f5819
144 changed files with 12136 additions and 17 deletions

View File

@ -15,7 +15,7 @@ class Lang
if (empty($lan_file)) {
$lan_file = $root_path . File::pathFixer('system/lan/' . $config['language'] . '.json');
}
if (is_array($_SESSION['Lang'])) {
$_L = array_merge($_L, $_SESSION['Lang']);
}