borp blip

This commit is contained in:
2025-05-28 18:11:43 -07:00
parent 90dc5a3908
commit c602068b71
2 changed files with 29 additions and 32 deletions

View File

@ -12,7 +12,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/base/pages.php';
<body class="is-preload">
<div id="wrapper">
<header id="header">
<h1><a href="/"><strong class="title"><?php echo $config['title'] ?></strong></a></h1>
<h1><a href="/"><strong class="title"><?php echo htmlspecialchars($config['title']) ?></strong></a></h1>
<nav>
<ul>
<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/base/menu.php'; ?>