diff --git a/bans.php b/bans.php index 807c6c8..3c6c276 100644 --- a/bans.php +++ b/bans.php @@ -2,7 +2,7 @@ require_once './includes/page.php'; $page = new Page(); ?> -Tempbans - <?php echo $page->settings->name; ?> +Bans - <?php echo $page->settings->name; ?>
print_page_header("Bans"); diff --git a/mutes.php b/mutes.php index 8575d79..76efdeb 100644 --- a/mutes.php +++ b/mutes.php @@ -2,7 +2,7 @@ require_once './includes/page.php'; $page = new Page(); ?> -TempMutes - <?php echo $page->settings->name; ?> +Mutes - <?php echo $page->settings->name; ?>
print_page_header("Mutes");