mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-01-31 09:14:26 +00:00
fix undefined rss variable
This commit is contained in:
parent
7c86464d64
commit
d9db8ac9f6
@ -8,6 +8,7 @@ $query = isset($_GET['q']) ? preg_replace('/[^\w\s]+/u', '', urldecode($_GET['q'
|
|||||||
$ns = '';
|
$ns = '';
|
||||||
$tx = '';
|
$tx = '';
|
||||||
$page = 0;
|
$page = 0;
|
||||||
|
$rss = false;
|
||||||
|
|
||||||
if (isset($_SERVER['REQUEST_URI'])) {
|
if (isset($_SERVER['REQUEST_URI'])) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user