Update of /cvsroot/phpmp/phpMP/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv30097/docs
Modified Files:
Changelog config.php.sample
Log Message:
Most all files updated. Forgot a small compatibility issue regarding <? and <?php. Also, deleted some lines at the end of files and changed a few config names.
Index: Changelog
===================================================================
RCS file: /cvsroot/phpmp/phpMP/docs/Changelog,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** Changelog 4 Feb 2003 02:36:14 -0000 1.12
--- Changelog 4 Feb 2003 21:43:15 -0000 1.13
***************
*** 1,2 ****
--- 1,7 ----
+ 2002-02-03 [Heimidal]
+
+ * Every file I can think of.
+ Changed <? to <?php for compatibility.
+ Changed a few config values and such.
2003-02-03 [Heimidal]
Index: config.php.sample
===================================================================
RCS file: /cvsroot/phpmp/phpMP/docs/config.php.sample,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** config.php.sample 2 Dec 2002 00:37:56 -0000 1.1
--- config.php.sample 4 Feb 2003 21:43:16 -0000 1.2
***************
*** 1,3 ****
! <?
## DO NOT ALTER THIS FILE.
--- 1,3 ----
! <?php
## DO NOT ALTER THIS FILE.
***************
*** 16,18 ****
define( "DB_PASSWD", "passwd" );
! ?>
--- 16,18 ----
define( "DB_PASSWD", "passwd" );
! ?>
\ No newline at end of file
|