Task #404: GUI zum Schreiben von Nachrichten im FAS

This commit is contained in:
bison-paolo
2016-09-23 17:38:02 +02:00
parent 0ae8b4d8fa
commit 1fe6ec5ccc
10 changed files with 258 additions and 212 deletions
+2 -4
View File
@@ -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()));*/
}
}