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
/
list
/
meta.php
blob: 5e5e52e7e2989d82c2ffc3bfacee2b1fc7320ea0 (
plain
) (
blame
)
1
2
3
4
5
<?
php
$lid
=
explode
(
'/'
,
$uri
,
4
)[
2
];
$title
=
'List'
;
$controller
=
'list'
;