[phpMP-CVS] CVS: phpMP directories.php,1.2,1.3 index.php,1.53,1.54
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-09-15 06:40:59
|
Update of /cvsroot/phpmp/phpMP In directory sc8-pr-cvs1:/tmp/cvs-serv3465 Modified Files: directories.php index.php Log Message: A few bug fixes and resolved integration issues. Index: directories.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/directories.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** directories.php 14 Sep 2003 21:26:07 -0000 1.2 --- directories.php 15 Sep 2003 06:40:24 -0000 1.3 *************** *** 1,3 **** ! T<?php /* --- 1,3 ---- ! <?php /* Index: index.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/index.php,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -r1.53 -r1.54 *** index.php 14 Sep 2003 21:55:51 -0000 1.53 --- index.php 15 Sep 2003 06:40:24 -0000 1.54 *************** *** 26,30 **** --- 26,32 ---- include_once( C_PHPMP_ROOT . 'directories.php' ); include_once( C_PHPMP_ROOT . CORE_DIR .'main.php' ); + $Portal = new Portal(); + $Portal->init(); global $Template; |