]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
correct placement of common
authorEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 15:49:42 +0000 (11:49 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 15:49:42 +0000 (11:49 -0400)
darcs-hash:20080517154942-84dde-d671f0805fc47c4321d84d3e1c1aea6a11d46395.gz

index.php

index 9d27eef2d54da74cafdd9747946915e0f1b378b6..cddd1103412092ecb4aae9f226fe963acc9eb65b 100644 (file)
--- 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