generated from NixLabs/lwaf
Initial commit
This commit is contained in:
12
app/controllers/AdminController.php
Normal file
12
app/controllers/AdminController.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
class AdminController
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
Flight::view()->render("admin/dashboard.latte", [
|
||||
"user" => Auth::user(),
|
||||
"activities" => [],
|
||||
]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user