mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update config.php
This commit is contained in:
parent
fdd0a2c5b8
commit
2f7b5cfcfb
@ -361,9 +361,11 @@ if (get_magic_quotes_gpc()) die('Set magic_quotes off');
|
||||
// JSON
|
||||
if (!function_exists('json_encode')) die('Json_encode not installed');
|
||||
// Mbstring
|
||||
if (!extension_loaded('mbstring')) die('Mbstring not installed');
|
||||
if (!extension_loaded('mbstring')) die('Mbstring extension not installed');
|
||||
// BCMath
|
||||
if (!extension_loaded('bcmath')) die('BCMath not installed');
|
||||
if (!extension_loaded('bcmath')) die('BCMath extension not installed');
|
||||
// Intl
|
||||
if (!extension_loaded('intl')) die('Intl extension not installed');
|
||||
|
||||
// Triggers
|
||||
define('BB_ENABLED', TRIGGERS_DIR .'$on');
|
||||
|
Loading…
Reference in New Issue
Block a user