summaryrefslogtreecommitdiff
path: root/www/geeklog/patches/patch-ac
blob: 021c8c3bb60536ba8868d2098b9fcbaefe208494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.2 2007/05/20 15:56:45 taca Exp $

--- public_html/lib-common.php.orig	2006-12-17 03:10:37.000000000 +0900
+++ public_html/lib-common.php
@@ -90,7 +90,7 @@ if( function_exists('set_error_handler')
 * Make sure to include the name of the config file,
 * i.e. the path should end in .../config.php
 */
-require_once( '/path/to/geeklog/config.php' );
+require_once( '@GEEKLOG_DIR@/config.php' );
 
 // Before we do anything else, check to ensure site is enabled