Add translation system (#85)
This commit is contained in:
@@ -8,4 +8,8 @@ if (!$db) {
|
||||
die('Connection to the database failed.');
|
||||
}
|
||||
|
||||
require_once 'i18n/languages.php';
|
||||
require_once 'i18n/getlang.php';
|
||||
require_once 'i18n/' . $lang . '.php';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user