Update extension_copy.php
Change the duplicate message from green to red.
This commit is contained in:
parent
1f89e76f99
commit
7ea7490e0e
|
|
@ -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