diff options
Diffstat (limited to 'actions/user/spotlight.php')
-rw-r--r-- | actions/user/spotlight.php | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/actions/user/spotlight.php b/actions/user/spotlight.php index b43af2f16..8f50df2c8 100644 --- a/actions/user/spotlight.php +++ b/actions/user/spotlight.php @@ -1,15 +1,15 @@ -<?php
-
- gatekeeper();
-
- $closed = get_input('closed','true');
- if ($closed != 'true') {
- $closed = false;
- } else {
- $closed = true;
- }
-
- $_SESSION['user']->spotlightclosed = $closed;
- exit;
-
+<?php + + gatekeeper(); + + $closed = get_input('closed','true'); + if ($closed != 'true') { + $closed = false; + } else { + $closed = true; + } + + $_SESSION['user']->spotlightclosed = $closed; + exit; + ?>
\ No newline at end of file |