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,6 +1,6 @@
<?php
require_once ROOT_DIR.'./controller/db/Database.php';
require_once ROOT_DIR.'./controller/db/DBUser.php';
require_once ROOT_DIR.'/controller/db/Database.php';
require_once ROOT_DIR.'/controller/db/DBUser.php';
$key = '';
if(isset($_GET['key'])){
$key = $_GET['key'];