mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Added SSL Certicicate Documentation to Client Documentation Updated DB as well
This commit is contained in:
@@ -25,6 +25,9 @@ if(isset($_GET['tab'])){
|
||||
elseif($_GET['tab'] == "domains"){
|
||||
include("client_domains.php");
|
||||
}
|
||||
elseif($_GET['tab'] == "certificates"){
|
||||
include("client_certificates.php");
|
||||
}
|
||||
elseif($_GET['tab'] == "software"){
|
||||
include("client_software.php");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user