diff --git a/bureau/admin/dom_edit.php b/bureau/admin/dom_edit.php
index cec2077c..88d4c629 100755
--- a/bureau/admin/dom_edit.php
+++ b/bureau/admin/dom_edit.php
@@ -41,6 +41,9 @@ if (!$r=$dom->get_domain_all($domain)) {
}
$dom->unlock();
+if (isset($_GET["msg"])) {
+ $msg->raise("INFO","dom",$_GET["msg"]);
+}
?>
array ("request", "string", (empty($domain)?"":$domain) ),
@@ -34,6 +33,7 @@ getFields($fields);
$dom->lock();
if (!$r=$dom->get_domain_all($domain)) {
$dom->unlock();
+ require_once("head.php");
echo $msg->msg_html_all();
include('foot.php');
die();
@@ -54,13 +54,15 @@ if (count($_POST)) {
}
$dom->unlock();
if ($haserror) {
+ require_once("head.php");
echo $msg->msg_html_all();
} else {
- header("Location: dom_edit.php?domain=".eue($domain,false));
+ header("Location: dom_edit.php?domain=".eue($domain,false)."&msg=".eue(_("Your HTTPS preferences have been set"),false));
+ exit();
}
} // post ?
-
+require_once("head.php");
?>
@@ -72,7 +74,7 @@ if (count($_POST)) {
-