mirror of
https://github.com/Tylous/SourcePoint
synced 2026-06-06 16:54:33 +00:00
Merge pull request #2 from Xenov-X/Fixing-Custom-Profile
Fixed line that had gone stray into an if construct
This commit is contained in:
+1
-1
@@ -385,8 +385,8 @@ func GenerateProfile(Profile, CDN, CDN_Value, cert_password, custom_cert, Profil
|
||||
}
|
||||
if cert_password != "" && custom_cert != "" {
|
||||
Beacon_SSL.Variables["Cert"] = Struct.Cert[4]
|
||||
Beacon_GETPOST_Profile.Variables["Profile"] = Utils.Readfile(ProfilePath)
|
||||
}
|
||||
Beacon_GETPOST_Profile.Variables["Profile"] = Utils.Readfile(ProfilePath)
|
||||
} else {
|
||||
log.Fatal("Error: Please provide a Profile number of 8 or less")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user