This website works better with JavaScript
Startsida
Utforska
Hjälp
Registrera dig
Logga in
gyfl
/
access
Bevaka
3
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
0596455e96
Grenar
Taggar
dev
dockerenv
master
test
access
/
application
/
index
/
controller
/
Index.php
Index.php
117 B
Historik
Rå
1
2
3
4
5
6
7
8
9
10
<?php
namespace app\index\controller;
class Index
{
public function index()
{
echo 'index';
}
}