We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f169352 commit 6eacd7dCopy full SHA for 6eacd7d
web/templates/admin/list_dns.html
@@ -111,7 +111,7 @@
111
<table>
112
<tr>
113
<td class="counter-name">Expire:</td>
114
- <td class="counter-value"><?php echo $data[$key]['EXP'] ?></td>
+ <td class="counter-value"><?php echo date("Y M d", strtotime($data[$key]['EXP'])) ?></td>
115
</tr>
116
117
<td class="counter-name">Records:</td>
web/templates/user/list_dns.html
@@ -101,7 +101,7 @@
101
102
103
104
105
106
107
0 commit comments