Please enable JavaScript in your browser!
Home
Verkennen
Help
Registreren
Inloggen
zmcoding
/
nbfd_tp3
Volgen
1
Ster
0
Vork
0
Bestanden
Kwesties
0
Pull-aanvragen
0
Wiki
Boom:
c20c67a8d6
Aftakkingen
Labels
master
nbfd_tp3
/
Home
/
Lib
/
Action
/
IndexAction.class.php
IndexAction.class.php
118 B
Geschiedenis
Ruwe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
class IndexAction extends Action {
public function index( ){
Workerman\Worker::runAll();
}
}