mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-02 19:35:49 +01:00
Initial ModSec integration and bug fix to UI.
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user