[geeklog-cvs] Geeklog-1.x/system lib-custom.php, 1.38, 1.39 lib-plugins.php, 1.144, 1.145 lib-sessions.php, 1.44, 1.45

Dirk Haun dhaun at qs1489.pair.com
Sun May 11 03:25:10 EDT 2008


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

Modified Files:
	lib-custom.php lib-plugins.php lib-sessions.php 
Log Message:
Eliminated some more references to config.php


Index: lib-plugins.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-plugins.php,v
retrieving revision 1.144
retrieving revision 1.145
diff -C2 -d -r1.144 -r1.145
*** lib-plugins.php	3 May 2008 15:09:13 -0000	1.144
--- lib-plugins.php	11 May 2008 07:25:08 -0000	1.145
***************
*** 2297,2301 ****
  
  /**
! * Forward the user depending on config.php-setting after saving something
  *
  * @param  string  $item_url   the url of the item saved
--- 2297,2301 ----
  
  /**
! * Forward the user depending on config setting after saving something
  *
  * @param  string  $item_url   the url of the item saved

Index: lib-custom.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-custom.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** lib-custom.php	25 Nov 2007 06:55:07 -0000	1.38
--- lib-custom.php	11 May 2008 07:25:08 -0000	1.39
***************
*** 130,134 ****
  /*  Sample Custom Member Functions to create and update Custom Membership registration and profile
  
!     Note1: Enable CustomRegistration Feature in config.php
      $_CONF['custom_registration'] = true;  // Set to true if you have custom code
  
--- 130,134 ----
  /*  Sample Custom Member Functions to create and update Custom Membership registration and profile
  
!     Note1: Enable CustomRegistration Feature in the configuration
      $_CONF['custom_registration'] = true;  // Set to true if you have custom code
  
***************
*** 440,444 ****
  /**
  * This is an example of a function that returns menu entries to be used for
! * the 'custom' entry in $_CONF['menu_elements'] (see config.php).
  *
  */
--- 440,444 ----
  /**
  * This is an example of a function that returns menu entries to be used for
! * the 'custom' entry in $_CONF['menu_elements'] (see configuration).
  *
  */

Index: lib-sessions.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-sessions.php,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** lib-sessions.php	25 Nov 2007 06:55:07 -0000	1.44
--- lib-sessions.php	11 May 2008 07:25:08 -0000	1.45
***************
*** 3,7 ****
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.4                                                               |
  // +---------------------------------------------------------------------------+
  // | lib-sessions.php                                                          |
--- 3,7 ----
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.5                                                               |
  // +---------------------------------------------------------------------------+
  // | lib-sessions.php                                                          |
***************
*** 9,16 ****
  // | Geeklog session library.                                                  |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2006 by the following authors:                         |
  // |                                                                           |
! // | Authors: Tony Bibbs       - tony at tonybibbs.com                            |
! // |          Mark Limburg     - mlimburg at users.sourceforge.net                |
  // +---------------------------------------------------------------------------+
  // |                                                                           |
--- 9,16 ----
  // | Geeklog session library.                                                  |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2008 by the following authors:                         |
  // |                                                                           |
! // | Authors: Tony Bibbs       - tony AT tonybibbs DOT com                     |
! // |          Mark Limburg     - mlimburg AT users DOT sourceforge DOT net     |
  // +---------------------------------------------------------------------------+
  // |                                                                           |
***************
*** 234,238 ****
      // session ID.  This has the advantage of better security but it may
      // required dialed users to login every time.  You can turn the below
!     // code on in config.php (it's turned off by default)
      if ($md5_based == 1) {
          $ip = str_replace('.','',$remote_ip);
--- 234,238 ----
      // session ID.  This has the advantage of better security but it may
      // required dialed users to login every time.  You can turn the below
!     // code on in the configuration (it's turned off by default)
      if ($md5_based == 1) {
          $ip = str_replace('.','',$remote_ip);




More information about the geeklog-cvs mailing list