We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15a5727 + ea4ef14 commit dc489a7Copy full SHA for dc489a7
1 file changed
src/public/view.php
@@ -211,7 +211,7 @@
211
<td><?php echo htmlentities(date("d/m/Y H:i:s", $data['timestamp']));?></td>
212
<td><?php echo htmlentities($data['extraData']);?></td>
213
<td>
214
- <?php if ($data['logFilename'] != NULL): ?>
+ <?php if ($data['logFilename'] != null): ?>
215
<a href="logview.php?t=<?php echo htmlentities($trigger['stringUrl']);?>&f=<?php echo htmlentities($data['logFilename'])."&d=".$data['timestamp'];?>">Log available</a>
216
<?php endif; ?>
217
</td>
0 commit comments