index
:
FMI/nowayforward_human
master
A copy of the wayback machine site made as a WEB project for a FMI course
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
views
/
user
/
meta.php
blob: 52764ef4c7c8faa2f2e2a1cb905055f48eaa344b (
plain
) (
blame
)
1
2
3
4
<?
php
$username
=
explode
(
'/'
,
$uri
,
4
)[
2
];
$title
=
"
$username's
profile"
;