This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
php_group
/
acidhospital
Vērot
2
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
8d3065df5c
Atzari
Tagi
master
acidhospital
/
application
/
index
/
controller
/
Base.php
Base.php
96 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
<?php
namespace app\index\controller;
use think\Controller;
class Base extends Controller
{
}