Set debug javascript flag in header inc and then set the variable in the main body templates
14 lines
351 B
PHP
14 lines
351 B
PHP
<?
|
|
/********************************************************************
|
|
* AUTHOR: Clemens Schwaighofer
|
|
* CREATED: 2008/08/14
|
|
* SHORT DESCRIPTION:
|
|
* URL redirect header
|
|
* HISTORY:
|
|
*********************************************************************/
|
|
|
|
// print debug messages
|
|
echo $login->print_error_msg();
|
|
echo $cms->print_error_msg();
|
|
?>
|