Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 04 Aug 2002 02:39:01 | postnuke_official/html | install.php,1.105,1.106 | Paul Rosania |
| hiding phases behind api instead, for better security | |||
Update of /home/cvsroot/postnuke_official/html
In directory ns7.hostnuke.net:/tmp/cvs-serv11893
Modified Files:
install.php
Log Message:
hiding phases behind api instead, for better security
Index: install.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/install.php,v
retrieving revision 1.105
retrieving revision 1.106
diff -C2 -d -r1.105 -r1.106
*** install.php 3 Aug 2002 03:22:05 -0000 1.105
--- install.php 4 Aug 2002 02:38:58 -0000 1.106
***************
*** 72,76 ****
// Run the function, check for existence
! $mod_func = 'installer_admin_phase'.$phase;
if (function_exists($mod_func)) {
--- 72,76 ----
// Run the function, check for existence
! $mod_func = 'installer_adminapi_phase'.$phase;
if (function_exists($mod_func)) {
View Statistics - Next Notice - Previous Notice
| Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |