[geeklog-cvs] Geeklog-1.x/system lib-plugins.php,1.143,1.144

Michael Jervis mjervis at qs1489.pair.com
Sat May 3 11:09:15 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/system
In directory qs1489.pair.com:/tmp/cvs-serv3704/system

Modified Files:
	lib-plugins.php 
Log Message:
Static pages, moderation, configration - Security hardenning.

Index: lib-plugins.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-plugins.php,v
retrieving revision 1.143
retrieving revision 1.144
diff -C2 -d -r1.143 -r1.144
*** lib-plugins.php	19 Apr 2008 16:44:39 -0000	1.143
--- lib-plugins.php	3 May 2008 15:09:13 -0000	1.144
***************
*** 998,1002 ****
  *
  */
! function PLG_showModerationList()
  {
      global $_PLUGINS;
--- 998,1002 ----
  *
  */
! function PLG_showModerationList($token)
  {
      global $_PLUGINS;
***************
*** 1005,1009 ****
  
      foreach ($_PLUGINS as $pi_name) {
!         $retval .= itemlist($pi_name);
      }
  
--- 1005,1009 ----
  
      foreach ($_PLUGINS as $pi_name) {
!         $retval .= itemlist($pi_name, $token);
      }
  




More information about the geeklog-cvs mailing list