fix for some versions of php
This commit is contained in:
		| @@ -64,7 +64,7 @@ | |||||||
|         // Informations for user |         // Informations for user | ||||||
|         if ($_SERVER['REQUEST_METHOD'] === 'GET') |         if ($_SERVER['REQUEST_METHOD'] === 'GET') | ||||||
|         { |         { | ||||||
|                 if ($_GET['id']) |                 if (isset($_GET['id'])) | ||||||
|                 { |                 { | ||||||
|                         if (is_dir(_DATA_DIR . "/" . $_GET['id'])) |                         if (is_dir(_DATA_DIR . "/" . $_GET['id'])) | ||||||
|                         { |                         { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user