[phpMP-CVS] CVS: phpMP/admin index.php,1.1,1.2
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-02-04 21:43:48
|
Update of /cvsroot/phpmp/phpMP/admin In directory sc8-pr-cvs1:/tmp/cvs-serv30097/admin Modified Files: index.php 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: index.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/admin/index.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** index.php 7 Dec 2002 12:01:24 -0000 1.1 --- index.php 4 Feb 2003 21:43:14 -0000 1.2 *************** *** 1,5 **** ! <? ! ! //This file will house the frameset for the phpMP admin interface. ! ! ?> --- 1 ---- ! <?php //This file will house the frameset for the phpMP admin interface. ?> \ No newline at end of file |