We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc73533 commit 97c3618Copy full SHA for 97c3618
application/controllers/api/Key.php
@@ -1,10 +1,11 @@
1
<?php
2
+use Restserver\Libraries\REST_Controller;
3
4
defined('BASEPATH') OR exit('No direct script access allowed');
5
6
// This can be removed if you use __autoload() in config.php OR use Modular Extensions
7
/** @noinspection PhpIncludeInspection */
-require APPPATH . '/libraries/REST_Controller.php';
8
+//require APPPATH . '/libraries/REST_Controller.php';
9
10
/**
11
* Keys Controller
0 commit comments