File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 58
58
$ hostname = getenv ('HOSTNAME ' );
59
59
}
60
60
?>
61
-
62
-
63
-
64
-
65
61
</head>
66
62
<body>
67
63
<?= "<!-- NODE_ENVIRONMENT= " . getenv ('NODE_ENVIRONMENT ' ) ." --> " ; ?>
74
70
<table class="table table-bordered table-striped">
75
71
<tbody>
76
72
<tr>
77
- <td class="text-right">HOSTNAME</td>
73
+ <td class="text-right">$ HOSTNAME</td>
78
74
<td class="text-left"><?= $ hostname ?> </td>
79
75
</tr>
80
- <tr>
81
- <td class="text-right">$SMTP_HOST</td>
82
- <td class="text-left"><?= getenv ('SMTP_HOST ' ); ?> </td>
83
- </tr>
84
76
<?php if ($ node_env == 'dev ' ) { ?>
85
77
<?php if (getenv ('MYSQL_PORT ' )) {?>
86
78
<tr>
93
85
<td class="text-left"><?= $ node_env ?> </td>
94
86
</tr>
95
87
<?php } ?>
88
+ <tr>
89
+ <td class="text-right">$SMTP_HOST</td>
90
+ <td class="text-left"><?= getenv ('SMTP_HOST ' ); ?> </td>
91
+ </tr>
96
92
</tbody>
97
93
</table>
98
94
</div>
You can’t perform that action at this time.
0 commit comments