mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-09 08:09:28 +00:00
13 lines
92 B
PHP
Executable File
13 lines
92 B
PHP
Executable File
<?php
|
|
|
|
function getUser(){
|
|
echo "test";
|
|
}
|
|
|
|
class Dummy extends Auth_Controller
|
|
{
|
|
|
|
|
|
}
|
|
|
|
?>
|