[Phpcms-plugins-cvs] admin4phpCMS index.php,1.3,1.4
Brought to you by:
mjahn
From: Martin J. <mj...@us...> - 2004-06-04 11:32:16
|
Update of /cvsroot/phpcms-plugins/admin4phpCMS In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16699 Modified Files: index.php Log Message: several changes Index: index.php =================================================================== RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- index.php 4 Jun 2004 11:11:56 -0000 1.3 +++ index.php 4 Jun 2004 11:32:07 -0000 1.4 @@ -34,6 +34,9 @@ /* * $Log$ +* Revision 1.4 2004/06/04 11:32:07 mjahn +* several changes +* * Revision 1.3 2004/06/04 11:11:56 mjahn * several changes * @@ -42,6 +45,9 @@ * */ +/** +* Defines wether the debug-module shows its data or not +**/ define ('DEBUG', true); /** |