Updated UMIL to version 1.0.4;
Updated UMIF for UMIL 1.0.4;
This commit is contained in:
@@ -15,6 +15,11 @@ define('UMIL_AUTO', true);
|
||||
define('IN_INSTALL', true);
|
||||
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : '../';
|
||||
$phpEx = substr(strrchr(__FILE__, '.'), 1);
|
||||
define('IN_PHPBB', true);
|
||||
include($phpbb_root_path . 'common.' . $phpEx);
|
||||
$user->session_begin();
|
||||
$auth->acl($user->data);
|
||||
$user->setup();
|
||||
|
||||
if (!file_exists($phpbb_root_path . 'umil/umil_auto.' . $phpEx))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user