[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/spamx install.php, 1.25, 1.26

Dirk Haun dhaun at qs1489.pair.com
Fri May 23 09:36:14 EDT 2008


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

Modified Files:
	install.php 
Log Message:
All the bundled plugins now require the SEC_createToken function


Index: install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/spamx/install.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** install.php	19 Apr 2008 15:14:41 -0000	1.25
--- install.php	23 May 2008 13:36:12 -0000	1.26
***************
*** 85,88 ****
--- 85,92 ----
      }
  
+     if (function_exists('SEC_createToken')) {
+         return true;
+     }
+ 
      return false;
  }




More information about the geeklog-cvs mailing list