diff --git a/core/domain_settings/domain_settings.php b/core/domain_settings/domain_settings.php index fdcd49e2d6..84f66121f7 100644 --- a/core/domain_settings/domain_settings.php +++ b/core/domain_settings/domain_settings.php @@ -62,7 +62,7 @@ unset($array); message::add($text['message-update']); - header("Location: ".PROJECT_PATH."core/domains/domain_edit.php?id=".$domain_uuid); + header("Location: ".PROJECT_PATH."/core/domains/domain_edit.php?id=".$domain_uuid); exit; } @@ -157,7 +157,7 @@ message::add($text['message-copy_failed']); } - header("Location: ".PROJECT_PATH."core/domains/domains.php".($search != '' ? "?search=".escape($search) : null)); + header("Location: ".PROJECT_PATH."/core/domains/domains.php".($search != '' ? "?search=".escape($search) : null)); exit; } @@ -191,7 +191,7 @@ message::add($text['message-delete_failed'], 'negative'); } - header("Location: ".PROJECT_PATH."core/domains/domain_edit.php?id=".escape($_REQUEST["domain_uuid"])); + header("Location: ".PROJECT_PATH."/core/domains/domain_edit.php?id=".escape($_REQUEST["domain_uuid"])); exit; } } @@ -204,7 +204,7 @@ $order = $_GET["order"]; //show the content - echo "