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