updated references

This commit is contained in:
2019-09-23 12:37:09 +02:00
parent f20288ef71
commit b5f56b7c53
23 changed files with 67 additions and 67 deletions

View File

@@ -1,5 +1,5 @@
<?php
require_once(ROOT_DIR."./controller/MVCController.php");
require_once(ROOT_DIR."/controller/MVCController.php");
require_once("index.php");
?>
<!DOCTYPE html>
@@ -10,7 +10,7 @@ require_once("index.php");
<body>
<header class="row">
<?php
include_once(ROOT_DIR."./view/webcontent/content_header.php");
include_once(ROOT_DIR."/view/webcontent/content_header.php");
?>
</header>
<div class="main">