mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-11-30 04:26:03 +00:00
not set in head, warning, set to '', but need to recheck
This commit is contained in:
parent
bdf2409c11
commit
40fcc4fdfb
@ -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;">
|
||||
|
@ -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;">
|
||||
|
Loading…
Reference in New Issue
Block a user