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:
13
www/admin/footer.inc
Normal file
13
www/admin/footer.inc
Normal 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();
|
||||
?>
|
||||
Reference in New Issue
Block a user