[geeklog-cvs] Geeklog-1.x/system lib-webservices.php,1.25,1.26

Dirk Haun dhaun at qs1489.pair.com
Wed Jan 2 09:40:23 EST 2008


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

Modified Files:
	lib-webservices.php 
Log Message:
Added an option to disable webservices


Index: lib-webservices.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-webservices.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** lib-webservices.php	2 Jan 2008 11:44:09 -0000	1.25
--- lib-webservices.php	2 Jan 2008 14:40:21 -0000	1.26
***************
*** 46,56 ****
  $WS_VERBOSE = false;
  
- if (!isset($WS_DISABLED)) {
-     $WS_DISABLED = false;
- }
- 
  /* Check for PHP5 */
  if (PHP_VERSION < 5) {
!     $WS_DISABLED = true;
  }
  
--- 46,52 ----
  $WS_VERBOSE = false;
  
  /* Check for PHP5 */
  if (PHP_VERSION < 5) {
!     $_CONF['disable_webservices'] = true;
  }
  




More information about the geeklog-cvs mailing list