Update of /cvsroot/phpcms-plugins/admin4phpCMS/modules/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16699/modules/config
Modified Files:
class.module_config.php
Log Message:
several changes
Index: class.module_config.php
===================================================================
RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/config/class.module_config.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- class.module_config.php 4 Jun 2004 11:11:57 -0000 1.4
+++ class.module_config.php 4 Jun 2004 11:32:08 -0000 1.5
@@ -3,6 +3,8 @@
* The config module manages the configuration-file config.xml and provide its data
* to the other modules.
*
+* <b>License</b>
+*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@@ -28,6 +30,9 @@
/*
* $Log$
+* Revision 1.5 2004/06/04 11:32:08 mjahn
+* several changes
+*
* Revision 1.4 2004/06/04 11:11:57 mjahn
* several changes
*
@@ -38,7 +43,7 @@
include_once 'XML/Tree.php';
/**
-* the config-classe encapsulates the access to the configfile against the framework
+* The config-class encapsulates the access to the configfile against the framework
*
* @package admin4phpCMS
* @subpackage module_config
|