Skip to content

Commit dc489a7

Browse files
authored
Merge pull request #11 from EncryptEx/restyled/hotfix
Restyle FIX: Disable link when there's no logfile available
2 parents 15a5727 + ea4ef14 commit dc489a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/public/view.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<td><?php echo htmlentities(date("d/m/Y H:i:s", $data['timestamp']));?></td>
212212
<td><?php echo htmlentities($data['extraData']);?></td>
213213
<td>
214-
<?php if ($data['logFilename'] != NULL): ?>
214+
<?php if ($data['logFilename'] != null): ?>
215215
<a href="logview.php?t=<?php echo htmlentities($trigger['stringUrl']);?>&f=<?php echo htmlentities($data['logFilename'])."&d=".$data['timestamp'];?>">Log available</a>
216216
<?php endif; ?>
217217
</td>

0 commit comments

Comments
 (0)