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_modules / New_pnadmin / html / modules / admin [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 09 Aug 2002 23:19:27 | postnuke_modules/New_pnadmin/html/modules/admin | moduleChanges.php,1.1.1.1,1.2 | Richard Cave |
| Cleaned up code... | |||
Update of /home/cvsroot/postnuke_modules/New_pnadmin/html/modules/admin
In directory ns7.hostnuke.net:/tmp/cvs-serv26184/New_pnadmin/html/modules/admin
Modified Files:
moduleChanges.php
Log Message:
Cleaned up code...
Index: moduleChanges.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/New_pnadmin/html/modules/admin/moduleChanges.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** moduleChanges.php 3 Aug 2002 10:01:13 -0000 1.1.1.1
--- moduleChanges.php 9 Aug 2002 23:19:25 -0000 1.2
***************
*** 1,6 ****
! <?
// File: $Id$ $Name$
// ----------------------------------------------------------------------
! // POST-NUKE Content Management System
// Copyright (C) 2001 by the PostNuke Development Team.
// http://www.postnuke.com/
--- 1,6 ----
! <?php
// File: $Id$ $Name$
// ----------------------------------------------------------------------
! // PostNuke Content Management System
// Copyright (C) 2001 by the PostNuke Development Team.
// http://www.postnuke.com/
***************
*** 30,34 ****
if (!eregi("admin.php", $GLOBALS['PHP_SELF'])) {
! die ("Access Denied");
}
echo "
--- 30,34 ----
if (!eregi("admin.php", $GLOBALS['PHP_SELF'])) {
! die ("Access Denied");
}
echo "
***************
*** 41,55 ****
<td>";
! if($GLOBALS['DnMC'] == 2){
! echo '<script language="JavaScript">
! <!--//
! window.close();
! //-->
! </script>';
! }else{
! $returnValue = checkSync($gID);
! echo $returnValue['regen'];
! echo $returnValue['remove'];
! }
echo '</td>
--- 41,55 ----
<td>";
! if($GLOBALS['DnMC'] == 2){
! echo '<script language="JavaScript">
! <!--//
! window.close();
! //-->
! </script>';
! }else{
! $returnValue = checkSync($gID);
! echo $returnValue['regen'];
! echo $returnValue['remove'];
! }
echo '</td>
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 |