Diff Revisions 806 vs 809 for /branches/0.9/functions/themes/displaylowerpanel.php
| 806 | 809 | <- Revisions | |
|
Diff lines for: Rev 806 : Lines 13 -> 18 Rev 809 : Lines 13 -> 21 |
|||
| 13 | 13 | { | |
| 14 | 14 | global $settings, $user, $lowerpanel, $lang_path; | |
| 15 | 15 | $body = ''; | |
| 16 | + | ||
| 17 | + | $querystring = '?'.(isset($_SERVER['QUERY_STRING']) ? $_SERVER['QUERY_STRING'] : '');$querystring = Sanitize($querystring); | |
| 18 | + | ||
| 16 | 19 | if (!empty($settings['exclude_lower'])) { | |
| 17 | 20 | $listofexcludeslower = explode(", ", $settings['exclude_lower']); | |
| 18 | 21 | if(in_array($querystring, $listofexcludeslower)) | |
View this file contents
View the full history
Commits for banancanard-eoCMS:/branches/0.9/functions/themes/displaylowerpanel.php