This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
S.H.I.E.L.D.
/
smartcost
Pridať medzi pozorované
2
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Branch:
master
Branche
Tagy
master
smartcost
/
protected
/
logic
/
AdminLogic.php
AdminLogic.php
106 B
Permanentný odkaz
História
Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/**
* @author cp
*/
class AdminLogic extends BaseLogic {
function __construct() {
}
}
?>