Update extension_copy.php
Change the color to red on the duplicate message.
This commit is contained in:
parent
472069555c
commit
2348767ab9
|
|
@ -55,6 +55,7 @@
|
||||||
// skip the copy if the domain extension already exists
|
// skip the copy if the domain extension already exists
|
||||||
$extension = new extension;
|
$extension = new extension;
|
||||||
if ($extension->exists($_SESSION['domain_uuid'], $extension_new)) {
|
if ($extension->exists($_SESSION['domain_uuid'], $extension_new)) {
|
||||||
|
$_SESSION['message_mood'] = 'negative';
|
||||||
$_SESSION["message"] = $text['message-duplicate'];
|
$_SESSION["message"] = $text['message-duplicate'];
|
||||||
header("Location: extensions.php");
|
header("Location: extensions.php");
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue