[geeklog-cvs] Geeklog-1.x/public_html/admin/install index.php, 1.30, 1.31

Dirk Haun dhaun at qs1489.pair.com
Sun Jan 6 15:44:12 EST 2008


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

Modified Files:
	index.php 
Log Message:
It is now possible to restrict access to the Webservices to users with 'webservices.atompub' rights


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/index.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** index.php	5 Jan 2008 12:01:24 -0000	1.30
--- index.php	6 Jan 2008 20:44:10 -0000	1.31
***************
*** 9,13 ****
  // | Geeklog installation script.                                              |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2007 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
--- 9,13 ----
  // | Geeklog installation script.                                              |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
***************
*** 1266,1269 ****
--- 1266,1271 ----
              require_once $_CONF['path'] . 'sql/updates/' . $_DB_dbms . '_1.4.1_to_1.5.0.php';
              INST_updateDB($_SQL);
+ 
+             upgrade_addWebservicesFeature();
  
              create_ConfValues();




More information about the geeklog-cvs mailing list