mirror of
https://github.com/slawkens/myaac.git
synced 2025-06-13 08:14:31 +02:00
This was wrong..
This commit is contained in:
parent
9c7794fe13
commit
14870d74df
@ -28,7 +28,7 @@ defined('MYAAC') or die('Direct access not allowed!');
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
var category = '<?php
|
var category = '<?php
|
||||||
if(isset($_REQUEST['subtopic'])) {
|
if(strpos(URI, 'subtopic=') !== false) {
|
||||||
$tmp = array($_REQUEST['subtopic']);
|
$tmp = array($_REQUEST['subtopic']);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user