diff --git a/front/settings.php b/front/settings.php index 59404713..996ea8a6 100755 --- a/front/settings.php +++ b/front/settings.php @@ -577,7 +577,7 @@ while ($row = $result -> fetchArray (SQLITE3_ASSOC)) { { $.ajax({ method: "POST", - url: "../php/server/util.php", + url: "php/server/util.php", data: { function: 'savesettings', settings: JSON.stringify(collectSettings()) },