[phpMP-CVS] CVS: phpMP/modules simple_news.php,1.1,1.2 usercp.php,1.3,1.4
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-04-23 08:14:58
|
Update of /cvsroot/phpmp/phpMP/modules In directory usw-pr-cvs1:/tmp/cvs-serv20908/modules Modified Files: simple_news.php usercp.php Log Message: Changed license; added double-include security. Index: simple_news.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/modules/simple_news.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** simple_news.php 11 Apr 2002 05:40:15 -0000 1.1 --- simple_news.php 23 Apr 2002 08:14:55 -0000 1.2 *************** *** 1,5 **** <?php ! $file = 'simple_news.php'; // should be set in some tupe of admin panel somewhere in the future --- 1,5 ---- <?php ! $mod_id = 'NEWS'; // should be set in some tupe of admin panel somewhere in the future Index: usercp.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/modules/usercp.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** usercp.php 11 Apr 2002 05:40:15 -0000 1.3 --- usercp.php 23 Apr 2002 08:14:55 -0000 1.4 *************** *** 1,5 **** <? ! $file = 'usercp.php'; class Module { --- 1,5 ---- <? ! $mod_id = 'USERCP'; class Module { *************** *** 8,12 **** function Init() { ! $this->pagetitle = "phpMP :: User Control Panel"; } --- 8,12 ---- function Init() { ! $this->pagetitle = "User Control Panel"; } |