Удалить 'htdocs/includes/bootstrap.php'

This commit is contained in:
homyak 2024-02-24 00:25:53 +03:00
parent 3bd608b500
commit 7f1de1eb3d
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
<?php
if (!defined('ROOT')) {
define('ROOT', dirname(dirname(__FILE__)));
require_once ROOT . '/includes/autoload.php';
require_once ROOT . '/includes/common.php';
date_default_timezone_set("UTC");
ini_set("error_reporting", "true");
error_reporting(E_ALL|E_STRCT);
ini_set("display_errors", "false");
}