source:
www/forum/cache/data_cfg_template_prosilver.php@
54
Last change on this file since 54 was 54, checked in by , 17 years ago | |
---|---|
File size: 258 bytes |
Line | |
---|---|
1 | <?php |
2 | $expired = (time() > 1235410994) ? true : false; |
3 | if ($expired) { return; } |
4 | |
5 | $data = array ( |
6 | 'name' => 'prosilver', |
7 | 'copyright' => '© phpBB Group, 2007', |
8 | 'version' => '3.0.0', |
9 | 'template_bitfield' => 'lNg=', |
10 | 'filetime' => 1197486771, |
11 | ); |
12 | ?> |
Note:
See TracBrowser
for help on using the repository browser.