summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/index.php b/index.php
index 9d27eef2d..cddd11034 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