mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 07:52:16 +00:00
Removed test function
This commit is contained in:
@@ -34,10 +34,6 @@ class Dashboard extends Auth_Controller
|
||||
{
|
||||
$this->load->view('dashboard/dashboard.php', []);
|
||||
}
|
||||
// TODO löschen
|
||||
public function test(){
|
||||
echo "<pre>"; print_r('in Dashboard Test function'); echo "</pre>";
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------------------------------------------
|
||||
// Private methods
|
||||
|
||||
Reference in New Issue
Block a user