/***
* Класс для работы с ошибками
**/
class eerrors {
static $errors = array();
/***
* Функция "запоминания" ошибки
**/
public static function add($error_text) {
self::$errors[] = $error_text;
}
}
Deprecated: Automatic conversion of false to array is deprecated in /home/admin/web/vakeelon.com/public_html/source/classes/eurl.php on line 25
Fatal error: Uncaught TypeError: implode(): Argument #2 ($array) must be of type ?array, string given in /home/admin/web/vakeelon.com/public_html/detect.php:17
Stack trace:
#0 /home/admin/web/vakeelon.com/public_html/detect.php(17): implode()
#1 /home/admin/web/vakeelon.com/public_html/source/functions/em/em_body.php(124): bot_detected()
#2 /home/admin/web/vakeelon.com/public_html/source/engine.php(75): em_body()
#3 /home/admin/web/vakeelon.com/public_html/source/engine.php(34): engine::is_page()
#4 /home/admin/web/vakeelon.com/public_html/index.php(27): engine::load()
#5 {main}
thrown in /home/admin/web/vakeelon.com/public_html/detect.php on line 17