Remove redundant version_compare()
[kohana-core.git] / classes / Controller.php
blob6fb147dbf67801a66fb84892f32dbaddf7178d57
1 <?php defined('SYSPATH') OR die('No direct script access.');
3 abstract class Controller extends Kohana_Controller {}