mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 17:02:19 +00:00
Task #404: GUI zum Schreiben von Nachrichten im FAS
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
<?php
|
||||
if (! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
if (! defined("BASEPATH")) exit("No direct script access allowed");
|
||||
|
||||
class VileSci_Controller extends FHC_Controller
|
||||
{
|
||||
function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
/*if (! $this->getUID() && strncmp(uri_string(), 'system/Login', 11) !== 0)
|
||||
redirect(site_url('system/Login/'.uri_string()));*/
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user