403 Forbidden


Disable Functions:
Path : /usr/share/doc/cpanel-php81-log-1.13.3/examples/
File Upload :
Command :
Current File : //usr/share/doc/cpanel-php81-log-1.13.3/examples/firebug.php

<?php

require_once 'Log.php';

$logger = &Log::singleton('firebug', '',
                          'PHP',
                          array('buffering' => true),
                          PEAR_LOG_DEBUG);

for ($i = 0; $i < 10; $i++) {
    $logger->log("Log entry $i");
}

404 Not Found
[ LogOut ]