5 lines
125 B
PHP
Raw Normal View History

2012-01-19 22:40:53 +11:00
<?php defined('SYSPATH') or die('No direct access allowed.');
class Controller_Logout extends lnApp_Controller_Logout {}
?>