Update config.php

This commit is contained in:
Roman Kelesidis 2023-10-03 14:45:33 +07:00
parent 37096fd849
commit e51600da16

View File

@ -364,9 +364,9 @@ if (@get_magic_quotes_gpc()) die('Set: magic_quotes_gpc = Off');
// MySQL
if (!extension_loaded('mysql')) die('MySQL extension not installed');
// JSON
if (!function_exists('json_encode')) die('json_encode() functions not exists');
if (!function_exists('json_encode')) die('json_encode() function not exists');
// getmypid
if (!function_exists('getmypid') || !getmypid()) die('getmypid() functions is disabled');
if (!function_exists('getmypid') || !getmypid()) die('getmypid() function is disabled');
// Mbstring
if (!extension_loaded('mbstring')) die('Mbstring extension not installed');
// BCMath