Remove all the require_once : use autoloader

This commit is contained in:
2021-05-07 11:45:26 +02:00
parent b1e513126e
commit 79c6d2fe50
36 changed files with 3 additions and 97 deletions
-1
View File
@@ -3480,7 +3480,6 @@ class dblayeroo
$backtrace = debug_backtrace ();
if ($this->debug)
{
require_once ("domframework/backtrace.php");
backtrace::show (debug_backtrace ());
}
if (! array_key_exists (1, $backtrace))