letsencrypt_log.php - show log
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
10
letsencrypt_log.php
Normal file
10
letsencrypt_log.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
include "functions.php";
|
||||
|
||||
$letsencrypt = check_letsencrypt();
|
||||
if (!empty($letsencrypt[$_GET["domain"]])) {
|
||||
echo "<pre>";
|
||||
echo base64_decode($letsencrypt[$_GET["domain"]]["log"]);
|
||||
echo "</pre>";
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user