basedir Additiona Fix of Automation page

This commit is contained in:
GamerClassN7 2020-11-18 21:41:45 +01:00
parent fffaf0e237
commit 50a0d3036c
1 changed files with 2 additions and 1 deletions

View File

@ -2,8 +2,9 @@
<html lang="en">
<head>
<?php
$partial = new Partial('head');
$partial = new Partial('head');
$partial->prepare('baseDir', $BASEDIR);
$partial->prepare('baseUrl', $BASEURL);
$partial->render();
?>
<title><?php echo $TITLE ?></title>