Update of /cvsroot/phpmp/phpMP/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv10879/docs
Modified Files:
Changelog
Log Message:
Updated Changelog.
Index: Changelog
===================================================================
RCS file: /cvsroot/phpmp/phpMP/docs/Changelog,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -r1.41 -r1.42
*** Changelog 14 Sep 2003 09:34:39 -0000 1.41
--- Changelog 14 Sep 2003 22:23:02 -0000 1.42
***************
*** 1,3 ****
--- 1,16 ----
2003-09-14 [Heimidal]
+ * core/main.php
+ * docs/config.php.sample
+ Database info is now stored in $dbinfo as
+ an array that can be unset later for
+ security purposes.
+ * core/admin.php **REMOVED**
+ * core/language.php **REMOVED**
+ All language-discovery code has been moved
+ to the Portal class for the time being.
+ Eventually it will probably be moved
+ into the User class.
+
+ 2003-09-14 [Heimidal]
* entire file structure
* includes/ **REMOVED**
|