Moved "$mod = false" to user.php
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// 'false' means that the user is not logged in as a moderator
|
||||
$mod = false;
|
||||
|
||||
// Creates a small random string for validating moderators' cookies
|
||||
function mkhash($length=12) {
|
||||
|
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
// 'false' means that the user is not logged in as a moderator
|
||||
$mod = false;
|
||||
|
||||
// Set the session name.
|
||||
session_name(SESS_COOKIE);
|
||||
|
Reference in New Issue
Block a user