repo.or.cz
/
tinybbs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Vanilla commit.
[tinybbs.git]
/
includes
/
footer.php
blob
b4da5de71c44e5fdfc1f6e56d815b6971778d48e
1
<
?php
2
3
$buffered_content
=
ob_get_contents
();
4
ob_end_clean
();
5
6
require
(
'template.php'
);
7
8
?
>