[geeklog-cvs] Geeklog-1.x/public_html/admin moderation.php, 1.115, 1.116

Dirk Haun dhaun at qs1489.pair.com
Sat Feb 16 11:57:54 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin
In directory qs1489.pair.com:/tmp/cvs-serv10786/public_html/admin

Modified Files:
	moderation.php 
Log Message:
When the link to the version check is hidden from the Admin's Block, also hide it from the Admin Home (aka Command and Control)


Index: moderation.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/moderation.php,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -d -r1.115 -r1.116
*** moderation.php	25 Nov 2007 15:09:08 -0000	1.115
--- moderation.php	16 Feb 2008 16:57:51 -0000	1.116
***************
*** 9,13 ****
  // | Geeklog main administration page.                                         |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2007 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
--- 9,13 ----
  // | Geeklog main administration page.                                         |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
***************
*** 155,159 ****
              'url' => $_CONF['site_url'] . '/docs/',
              'lang' => $LANG01[113], 'image' => '/images/icons/docs.'),
!         array('condition' => (SEC_inGroup ('Root')),
              'url' => 'http://www.geeklog.net/versionchecker.php?version=' . VERSION,
              'lang' => $LANG01[107], 'image' => '/images/icons/versioncheck.'),
--- 155,160 ----
              'url' => $_CONF['site_url'] . '/docs/',
              'lang' => $LANG01[113], 'image' => '/images/icons/docs.'),
!         array('condition' => (SEC_inGroup ('Root') &&
!                               ($_CONF['link_versionchecker'] == 1)),
              'url' => 'http://www.geeklog.net/versionchecker.php?version=' . VERSION,
              'lang' => $LANG01[107], 'image' => '/images/icons/versioncheck.'),




More information about the geeklog-cvs mailing list