leftypol/inc/user.php

11 lines
253 B
PHP
Raw Normal View History

2010-11-02 10:57:33 +00:00
<?php
2011-04-13 12:21:07 +00:00
if($_SERVER['SCRIPT_FILENAME'] == str_replace('\\', '/', __FILE__)) {
// You cannot request this file directly.
header('Location: ../', true, 302);
exit;
}
2010-12-10 10:03:20 +00:00
// 'false' means that the user is not logged in as a moderator
$mod = false;
2010-11-02 10:57:33 +00:00