Update of /cvsroot/phpmp/phpMP
In directory sc8-pr-cvs1:/tmp/cvs-serv21876
Modified Files:
index.php
Log Message:
Updated a few files to comply with my self-proclaimed coding standards.
Fixed the inclusion the lang_main.php file by the Lgnauge class.
Index: index.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/index.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** index.php 2 Dec 2002 10:59:50 -0000 1.24
--- index.php 3 Dec 2002 06:37:33 -0000 1.25
***************
*** 5,9 ****
define("PHPMP_ROOT", "./");
! include( PHPMP_ROOT . 'includes/core.php' );
$Core = new Core();
--- 5,9 ----
define("PHPMP_ROOT", "./");
! include_once( PHPMP_ROOT . 'includes/core.php' );
$Core = new Core();
***************
*** 42,44 ****
</body>
! </html>
\ No newline at end of file
--- 42,44 ----
</body>
! </html>
|