This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
lnauth/classes/Controller/Login.php
2014-10-22 22:04:44 +11:00

5 lines
124 B
PHP

<?php defined('SYSPATH') or die('No direct access allowed.');
class Controller_Login extends lnAuth_Controller_Login {}
?>