15 lines
384 B
PHP
15 lines
384 B
PHP
<?php declare(strict_types=1);
|
|
/********************************************************************
|
|
* AUTHOR: Clemens Schwaighofer
|
|
* CREATED: 2008/08/14
|
|
* SHORT DESCRIPTION:
|
|
* URL redirect header
|
|
* HISTORY:
|
|
*********************************************************************/
|
|
|
|
// print debug messages
|
|
echo $login->log->printErrorMsg();
|
|
echo $cms->log->printErrorMsg();
|
|
|
|
// __END__
|