-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85f879f
commit 390f645
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<?php | ||
|
||
/* | ||
* BlueThrust Clan Scripts | ||
* Copyright 2014 | ||
* | ||
* Author: Bluethrust Web Development | ||
* E-mail: [email protected] | ||
* Website: http://www.bluethrust.com | ||
* | ||
* License: http://www.bluethrust.com/license.php | ||
* | ||
*/ | ||
/* | ||
* BlueThrust Clan Scripts | ||
* Copyright 2014 | ||
* | ||
* Author: Bluethrust Web Development | ||
* E-mail: [email protected] | ||
* Website: http://www.bluethrust.com | ||
* | ||
* License: http://www.bluethrust.com/license.php | ||
* | ||
*/ | ||
|
||
|
||
if (!isset($member) || substr($_SERVER['PHP_SELF'], -11) != "console.php") { | ||
|