"'.dirname(__FILE__).'/../allow_check.lock".
This file is used to prevent unallowed access to the install checker.');
}
$_SERVER['REQUEST_URI'] = '/installer/index.html';
require_once dirname(__FILE__) . '/../inc/api/init.php';
api_init::start();
$m = new api_routing();
$m->clear();
$m->route('*', array('optionalextension' => true))
->config(array(
'id' => '',
'command' => 'installer',
'method' => 'index',
'view' => array('class' => 'html', 'theme' => 'default')
)
);
require_once dirname(__FILE__) . '/../inc/api/controller.php';
$ctrl = new api_controller();
$required_version = '5.2.4';
$extensions = array(
'ctype' => true,
'dom' => true,
'spl' => true,
'pdo' => true,
'simplexml' => true,
'zlib' => true,
'date' => true,
'json' => false,
'hash' => false,
'pcre' => true,
'session' => true,
'sockets' => true,
'iconv' => true,
'apc' => false,
'mbstring' => true,
'mime_magic' => true,
'posix' => false,
'Reflection' => true,
);
$paths = array(
'/tmp' => true,
'/www/static' => true,
'/www/portlets' => true,
'/portlet-versions' => false,
'/localinc/portlets' => false,
'/conf/command.d/portlet.d/01-default.yml' => false,
);
?>
Picok - Server Check