mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53: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
|
||||
$extension = new extension;
|
||||
if ($extension->exists($_SESSION['domain_uuid'], $extension_new)) {
|
||||
$_SESSION['message_mood'] = 'negative';
|
||||
$_SESSION["message"] = $text['message-duplicate'];
|
||||
header("Location: extensions.php");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user