mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update extension_copy.php
Change the color to red on the duplicate message.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user