3 lines
117 B
PHP
3 lines
117 B
PHP
|
<?php defined('SYSPATH') OR die('No direct script access.');
|
||
|
|
||
|
interface HTTP_Response extends Kohana_HTTP_Response {}
|