Initial ModSec integration and bug fix to UI.

This commit is contained in:
usmannasir
2018-03-19 22:15:02 +05:00
parent bf496020b2
commit af07a0fec5
18 changed files with 1037 additions and 28 deletions

View File

@@ -13,7 +13,7 @@ app.controller('createWebsite', function($scope,$http) {
$scope.createWebsite = function(){
if ($scope.sslCheck == true){
if ($scope.sslCheck === true){
var ssl = 1;
}
else{