Browse Source

Renamed to Guest

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

+ 0 - 0
php/access/guest_foo.php → php/access/Guest.php


+ 0 - 1
php/api.php

@@ -85,7 +85,6 @@ if (!empty($_POST['function'])||!empty($_GET['function'])) {
 		###
 
 		define('LYCHEE_ACCESS_GUEST', true);
-		require(__DIR__ . '/access/guest_foo.php');
 
 		$guest = new Guest($database, $plugins, $settings);
 		$guest->check($fn);