This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
php_group
/
acidhospital
Beobachten
2
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
1a9ec16616
Branches
Tags
master
acidhospital
/
application
/
index
/
controller
/
Base.php
Base.php
96 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
<?php
namespace app\index\controller;
use think\Controller;
class Base extends Controller
{
}