Update to debug javascript

Set debug javascript flag in header inc and then set the variable in the
main body templates
This commit is contained in:
Clemens Schwaighofer
2015-04-24 11:06:16 +09:00
parent 57fb0b808d
commit 947497767d
5 changed files with 125 additions and 1 deletions

13
www/admin/footer.inc Normal file
View File

@@ -0,0 +1,13 @@
<?
/********************************************************************
* 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();
?>