Update of /cvsroot/phpcms-plugins/admin4phpCMS
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4032
Modified Files:
Changelog index.php
Added Files:
project.index
Log Message:
tweaked phpcms::cache-module output
--- NEW FILE: project.index ---
Index: Changelog
===================================================================
RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/Changelog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Changelog 18 Jun 2004 15:16:58 -0000 1.6
+++ Changelog 5 Aug 2004 16:38:40 -0000 1.7
@@ -1,3 +1,11 @@
+Juli 31 2004 (mjahn)
+ * it seems to be simple to install this software,
+ - simply copy it into the destination dir
+ - no chmod has to be done yet
+ * began simple phpcms-module with cacheview, configeditor, statistic and menueditor
+ - even much todo here
+
+
June 18 2004 (mjahn)
* integrated filemanager (simple variant)
* integrated editor for XML and for text
Index: index.php
===================================================================
RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/index.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- index.php 24 Jul 2004 08:58:25 -0000 1.6
+++ index.php 5 Aug 2004 16:38:40 -0000 1.7
@@ -34,6 +34,9 @@
/*
* $Log$
+* Revision 1.7 2004/08/05 16:38:40 mjahn
+* tweaked phpcms::cache-module output
+*
* Revision 1.6 2004/07/24 08:58:25 mjahn
* changed some things
*
@@ -55,7 +58,7 @@
* Defines wether the debug-module shows its data or not
**/
define ('DEBUG', false);
-
+error_reporting (E_ALL);
/**
* Set the path for including the pear-packages
**/
|