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/file.php

<?php

require_once 'Log.php';

$conf = array('mode' => 0600, 'timeFormat' => '%X %x');
$logger = &Log::singleton('file', 'out.log', 'ident', $conf);
for ($i = 0; $i < 10; $i++) {
    $logger->log("Log entry $i");
}

404 Not Found
[ LogOut ]