This commit is contained in:
2026-03-01 12:11:01 -06:00
parent c4467f3805
commit 2f83ef2fc4
8 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -2,5 +2,5 @@
function urlIs($value)
{
return $_SERVER['REQUEST_URI'] === $value;
}
return $_SERVER['REQUEST_URI'] === $value;
}