Update dBug.php

forks of this colored debug to renew it
This commit is contained in:
Pascal KOCH 2025-04-15 23:47:44 +02:00 committed by GitHub
parent 4a1bb162c0
commit d3242da7db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,7 @@ class dBug {
var $arrHistory = array();
//constructor
function dBug($var,$forceType="",$bCollapsed=false) {
function __construct($var,$forceType="",$bCollapsed=false) {
//include js and css scripts
if(!defined('BDBUGINIT')) {
define("BDBUGINIT", TRUE);