mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-14 09:16:11 +01:00
Filemanager security update.
This commit is contained in:
@@ -249,7 +249,7 @@ app.controller('deleteEmailAccount', function($scope,$http) {
|
||||
function ListInitialDatas(response) {
|
||||
|
||||
|
||||
if(response.data.deleteEmailStatus == 1){
|
||||
if(response.data.deleteEmailStatus === 1){
|
||||
|
||||
|
||||
$scope.emailDetails = true;
|
||||
|
||||
Reference in New Issue
Block a user