Fix \ to / in ajax/deleteProduits.php and ajax/readProduitsDetails.php

This commit is contained in:
poka 2019-09-28 03:07:02 +02:00
parent a4643f5890
commit 27a38011a0
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 {