Froxlor doesn't use namespaces yet :/
Signed-off-by: Florian Aders <eleras@froxlor.org>
This commit is contained in:
@@ -85,7 +85,7 @@ while ($certrow = $certificates_stmt->fetch(PDO::FETCH_ASSOC)) {
|
|||||||
|
|
||||||
$changedetected = 1;
|
$changedetected = 1;
|
||||||
|
|
||||||
} catch (\Exception $e) {
|
} catch (Exception $e) {
|
||||||
fwrite($debugHandler, 'letsencrypt exception: ' . $e->getMessage() . "\n");
|
fwrite($debugHandler, 'letsencrypt exception: ' . $e->getMessage() . "\n");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user