X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/fa6ac0e4aa97e39d8eb7c175c7eaa10851cb8513..d5ffb4bb26cc3910c5e4da8de0f6ed8e64a273fa:/inc/header.php diff --git a/inc/header.php b/inc/header.php index c5fbc27..b03a533 100644 --- a/inc/header.php +++ b/inc/header.php @@ -430,7 +430,7 @@ foreach ($pages as $name => $page) var serv_result =document.createElement('div'); serv_result.classList.add('card','p-3', 'm-1'); serv_result.onclick = function(){ - window.location.href = BASE_URL+"spamfilter.php"; + window.location.href = BASE_URL+"server-bans/spamfilter.php"; }; serv_result.innerHTML = ""+data.spamfilter[key].name+"
Matches "+data.spamfilter[key].label+"
"+(data.spamfilter[key].data?data.spamfilter[key].data:"")+""; searchResults.appendChild(serv_result);