mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 05:45:59 +01:00
Bug fix to installation and User Management.
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