More minor updates
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
abstract class lnApp_Controller_User_Welcome extends Controller_Welcome {
|
||||
protected $auth_required = TRUE;
|
||||
|
||||
protected $secure_actions = array(
|
||||
'index'=>0,
|
||||
);
|
||||
|
||||
public function action_index() {
|
||||
throw HTTP_Exception::factory(500,'Site not setup!');
|
||||
}
|
||||
|
Reference in New Issue
Block a user