all files use <?php for code tag open fix various bugs & speed problems. eg switch from while (each ...) to foreach, ...
13 lines
337 B
PHP
13 lines
337 B
PHP
<?php
|
|
/********************************************************************
|
|
* AUTHOR: Clemens Schwaighofer
|
|
* CREATED: 2008/08/14
|
|
* SHORT DESCRIPTION:
|
|
* URL redirect header
|
|
* HISTORY:
|
|
*********************************************************************/
|
|
|
|
// print debug messages
|
|
echo $login->printErrorMsg();
|
|
echo $cms->printErrorMsg();
|