Fixed inline image url

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2020-10-17 20:33:34 +02:00
parent 427114b892
commit 7ca0986abb

View File

@ -81,7 +81,7 @@
</div>
<?php foreach($images as $img) { ?>
<p><img src="<?php print SITE_URL; ?>/tmp/<?php print $img['name']; ?>" alt="" /></p>
<p><img src="/tmp/<?php print $img['name']; ?>" alt="" /></p>
<?php } ?>