This commit is contained in:
Ashley Rose
2026-02-23 10:45:57 -06:00
commit 7152f830c0
23 changed files with 636 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
function urlIs($value)
{
return $_SERVER['REQUEST_URI'] === $value;
}