[geeklog-cvs] geeklog: Ignore lib-custom.php

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Apr 10 16:17:56 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/d07d5b87ddba
changeset: 6906:d07d5b87ddba
user:      Dirk Haun <dirk at haun-online.de>
date:      Fri Apr 10 20:33:35 2009 +0200
description:
Ignore lib-custom.php

diffstat:

2 files changed, 3 insertions(+), 4 deletions(-)
.hgignore                  |    1 +
system/lib-custom.php.dist |    6 ++----

diffs (41 lines):

diff -r df0c8f451f9a -r d07d5b87ddba .hgignore
--- a/.hgignore	Fri Apr 10 20:29:58 2009 +0200
+++ b/.hgignore	Fri Apr 10 20:33:35 2009 +0200
@@ -15,6 +15,7 @@
 
 db-config.php
 public_html/siteconfig.php
+system/lib-custom.php
 
 config.php
 plugins/calendar/config.php
diff -r df0c8f451f9a -r d07d5b87ddba system/lib-custom.php.dist
--- a/system/lib-custom.php.dist	Fri Apr 10 20:29:58 2009 +0200
+++ b/system/lib-custom.php.dist	Fri Apr 10 20:33:35 2009 +0200
@@ -2,7 +2,7 @@
 
 /* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | Geeklog 1.5                                                               |
+// | Geeklog 1.6                                                               |
 // +---------------------------------------------------------------------------+
 // | lib-custom.php                                                            |
 // |                                                                           |
@@ -20,7 +20,7 @@
 // | not include lib-common.php in this file.                                  |
 // |                                                                           |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2000-2008 by the following authors:                         |
+// | Copyright (C) 2000-2009 by the following authors:                         |
 // |                                                                           |
 // | Authors: Tony Bibbs       - tony AT tonybibbs DOT com                     |
 // |          Blaine Lang      - blaine AT portalparts DOT com                 |
@@ -42,8 +42,6 @@
 // | Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.           |
 // |                                                                           |
 // +---------------------------------------------------------------------------+
-//
-// $Id: lib-custom.php,v 1.43 2008/09/21 08:37:11 dhaun Exp $
 
 if (strpos(strtolower($_SERVER['PHP_SELF']), 'lib-custom.php') !== false) {
     die('This file can not be used on its own!');



More information about the geeklog-cvs mailing list