This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Troglodyne
/
tCMS
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
9ba9c6db62
Rami (Branch)
Tag
141
215
XML-route
master
ptcms
tCMS
/
sys
/
admin
/
config
/
users.inc
users.inc
109 B
Cronologia
Originale
1
2
3
4
5
6
7
<?php
if ($_SERVER['REMOTE_USER'] == "admin") {
$poster = "admin";
} else {
$poster = "Nobody";
}
?>