This commit is contained in:
nox 2019-10-07 23:19:54 +02:00
commit 98392cff66
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?php
include '..\..\config\conf.php';
include '../../config/conf.php';
if($_POST['id'] !== null)
{

View File

@ -1,6 +1,6 @@
<?php
include '..\..\config\conf.php';
include '../../config/conf.php';
try {