mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-07 04:56:42 +02:00
specific custom mac address
This commit is contained in:
@@ -1011,7 +1011,7 @@ app.controller('emailForwarding', function($scope,$http) {
|
||||
|
||||
};
|
||||
|
||||
$scope.deleteForwarding = function(destination){
|
||||
$scope.deleteForwarding = function(source, destination){
|
||||
|
||||
$scope.creationBox = true;
|
||||
$scope.emailDetails = true;
|
||||
@@ -1025,7 +1025,8 @@ app.controller('emailForwarding', function($scope,$http) {
|
||||
|
||||
|
||||
var data = {
|
||||
destination:destination
|
||||
destination:destination,
|
||||
source: source
|
||||
};
|
||||
|
||||
var config = {
|
||||
|
||||
Reference in New Issue
Block a user