This website works better with JavaScript.
Help
Sign In
tentakelfabrik
/
mcp
Watch
1
Star
0
Fork
0
Code
Issues
8
Pull Requests
0
Releases
4
Wiki
Activity
Browse Source
adding
#45
master
Björn
4 years ago
parent
de3a1feba3
commit
e1f1ec3d8c
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
app/Factories/NginxVhostFactory.php
+ 3
- 0
app/Factories/NginxVhostFactory.php
View File
@ -137,6 +137,9 @@ class NginxVhostFactory
->
addLineBreak
(
'-'
);
if
(
$vhost
[
'ssl'
]
===
true
)
{
var_dump
(
$vhost
);
die
();
if
(
$vhost
[
'ssl_certificate_exists'
])
{
$builder
->
addStaticItem
(
'expired_at: '
.
$vhost
[
'ssl_certificate_expired_at'
]);
}
else
{
Write
Preview
Loading…
Cancel
Save