Renamed to Installation

This commit is contained in:
Tobias Reich 2014-04-30 11:11:49 +02:00
parent aaca8b42c0
commit b7764dcd7f
2 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ if (!empty($_POST['function'])||!empty($_GET['function'])) {
###
define('LYCHEE_ACCESS_INSTALLATION', true);
require(__DIR__ . '/access/installation_foo.php');
$installation = new Installation(null, null, null);
$installation->check($_POST['function']);