[LIB_REFACTOR] Fix requires
This commit is contained in:
committed by
Diogo Cordeiro
parent
58bde08425
commit
b41f9620fa
@@ -24,7 +24,7 @@ mb_internal_encoding('UTF-8');
|
||||
|
||||
// All the fun stuff to actually initialize GNU social's framework code,
|
||||
// without loading up a site configuration.
|
||||
require_once INSTALLDIR . '/lib/framework.php';
|
||||
require_once INSTALLDIR . '/lib/util/framework.php';
|
||||
|
||||
try {
|
||||
GNUsocial::init(@$server, @$path, @$conffile);
|
||||
|
Reference in New Issue
Block a user