mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 08:52:21 +00:00
creating the controller/view/api base
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
function getUser(){
|
||||
echo "test";
|
||||
}
|
||||
|
||||
class Dummy extends Auth_Controller
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user