From: Evan Prodromou Date: Sat, 17 May 2008 15:49:42 +0000 (-0400) Subject: correct placement of common X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eb4c69ef27ebeba69339098139369b3d48b8a946;p=quix0rs-gnu-social.git correct placement of common darcs-hash:20080517154942-84dde-d671f0805fc47c4321d84d3e1c1aea6a11d46395.gz --- 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