Dodano wyłączenie raportowania błędów E_NOTICE, E_STRICT, E_WARNING i E_DEPRECATED w pliku product.php

This commit is contained in:
2024-12-17 21:30:54 +01:00
parent 678db18f20
commit 9486ad88ba

View File

@@ -1,4 +1,5 @@
<?php
error_reporting( E_ALL ^ E_NOTICE ^ E_STRICT ^ E_WARNING ^ E_DEPRECATED );
$ROOT_DIR = $_SERVER['DOCUMENT_ROOT'];
require_once $ROOT_DIR . '/config.php';