mirror of
https://github.com/danielbrendel/hortusfox-web.git
synced 2026-05-01 03:09:33 -05:00
Remove unused statement
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
class ApiController extends BaseController {
|
||||
public function __construct()
|
||||
{
|
||||
//parent::__construct();
|
||||
|
||||
$token = null;
|
||||
if (isset($_GET['token'])) {
|
||||
$token = $_GET['token'];
|
||||
|
||||
Reference in New Issue
Block a user