4 lines
70 B
PHP
Executable File
4 lines
70 B
PHP
Executable File
<?php
|
|
$logger = $GLOBALS['log'];
|
|
$logger->debug('test');
|
|
echo 'test'; |