[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/links 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/links
In directory qs1489.pair.com:/tmp/cvs-serv40569/links

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/links/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
***************
*** 91,94 ****
--- 91,98 ----
      }
  
+     if (!function_exists('SEC_createToken')) {
+         return false;
+     }
+ 
      return true;
  }




More information about the geeklog-cvs mailing list