Some internal reorg
This commit is contained in:
4
classes/Controller/User/Welcome.php
Normal file
4
classes/Controller/User/Welcome.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
class Controller_User_Welcome extends lnApp_Controller_User_Welcome {}
|
||||
?>
|
@@ -1,9 +1,4 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
class Controller_Welcome extends Controller_TemplateDefault {
|
||||
protected $auth_required = FALSE;
|
||||
|
||||
public function action_index() {
|
||||
throw HTTP_Exception::factory(500,'Site not setup!');
|
||||
}
|
||||
} // End Welcome
|
||||
class Controller_Welcome extends lnApp_Controller_Welcome {}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user