20 lines
484 B
PHP
20 lines
484 B
PHP
<?php
|
|
|
|
/********************************************************************
|
|
* AUTHOR: Clemens Schwaighofer
|
|
* CREATED:
|
|
* SHORT DESCRIPTION:
|
|
*
|
|
* HISTORY:
|
|
*********************************************************************/
|
|
|
|
declare(strict_types=1);
|
|
|
|
// print debug messages
|
|
// remove if no echo output is actually needed
|
|
// echo $login->log->printErrorMsg();
|
|
// echo $cms->log->printErrorMsg();
|
|
$cms->log->debug('DEBUGEND', '==================================== [END]');
|
|
|
|
// __END__
|