Files
angelicons/functions.php
T
Ashley Rose 7152f830c0 Init
2026-02-23 10:45:57 -06:00

6 lines
80 B
PHP

<?php
function urlIs($value)
{
return $_SERVER['REQUEST_URI'] === $value;
}