Browse Source

fix undefined rss variable

pull/9/head
ghost 1 year ago
parent
commit
d9db8ac9f6
  1. 1
      public/index.php

1
public/index.php

@ -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…
Cancel
Save