mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
small fixes
This commit is contained in:
@@ -27,7 +27,7 @@ if(isset($config['boxes']))
|
||||
var loginStatus="<?php echo ($logged ? 'true' : 'false'); ?>";
|
||||
<?php
|
||||
if(PAGE !== 'news') {
|
||||
if(strpos(URI, 'subtopic=') !== false) {
|
||||
if(isset($_REQUEST['subtopic'])) {
|
||||
$tmp = $_REQUEST['subtopic'];
|
||||
if($tmp === 'accountmanagement') {
|
||||
$tmp = 'accountmanage';
|
||||
|
Reference in New Issue
Block a user