not set in head, warning, set to '', but need to recheck

This commit is contained in:
Hash Borgir 2022-06-23 10:27:32 -06:00
parent bdf2409c11
commit 40fcc4fdfb
2 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,7 @@ ERROR: INVALID PATH</h1></center>';
<html lang="en">
<?php
/* Require the <head> section */
$css = '';
require_once "head.php";
?>
<body style="background: white;">

View File

@ -90,6 +90,7 @@ if (file_exists(APP_DB)) {
<html lang="en">
<?php
/* Require the <head> section */
$css = '';
require_once "src/head.php";
?>
<body style="background: white;">