From eb4c69ef27ebeba69339098139369b3d48b8a946 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 17 May 2008 11:49:42 -0400 Subject: [PATCH] correct placement of common darcs-hash:20080517154942-84dde-d671f0805fc47c4321d84d3e1c1aea6a11d46395.gz --- index.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 9d27eef2d5..cddd110341 100644 --- a/index.php +++ b/index.php @@ -20,7 +20,7 @@ define('INSTALLDIR', dirname(__FILE__)); define('LACONICA', true); -require_once(INSTALLDIR . "/common.php"); +require_once(INSTALLDIR . "/lib/common.php"); $action = $_REQUEST['action']; $actionfile = INSTALLDIR."/actions/$action.php"; @@ -31,5 +31,4 @@ if (file_exists($actionfile)) { call_user_func(array($action_class, 'handle'), $_REQUEST); } else { common_user_error(_t('Unknown action')); -} - +} \ No newline at end of file