Browse Source

Renamed to Installation

Tobias Reich 10 years ago
parent
commit
b7764dcd7f
2 changed files with 0 additions and 1 deletions
  1. 0 0
      php/access/Installation.php
  2. 0 1
      php/api.php

+ 0 - 0
php/access/installation_foo.php → php/access/Installation.php


+ 0 - 1
php/api.php

@@ -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']);