10 lines
237 B
PHP
Executable File
10 lines
237 B
PHP
Executable File
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
|
class Cirestserver
|
|
{
|
|
public function __construct()
|
|
{
|
|
require_once APPPATH.'third_party/codeigniter-restserver/src/RestController.php';
|
|
}
|
|
}
|
|
?>
|