add('SITENAME', instaDisc_getConfig('siteName')); $template->add('USERNAME', $_SESSION['username']); if (instaDisc_getConfig('owner') == $_SESSION['username']) { $template->adds_block('ADMIN',array('ex'=>1)); } $template->display(); } else { header('Location: index.php'); } ?> 'logo' rowspan='2'>cgit logo index : witness-tutorializer
Mod for The Witness that makes every puzzle into a straight line
about summary refs log tree commit diff stats
path: root/Source/Random.h
blob: e3737ed03ab662f433f8562f167b32fe7b307c8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26