Bug fix to installation and User Management.

This commit is contained in:
usmannasir
2018-03-08 22:19:23 +05:00
parent 5e362b704d
commit 4a4873db7e
6 changed files with 239 additions and 109 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{