mirror of
https://gitlab.com/mojo42/Jirafeau.git
synced 2025-03-14 16:49:40 +01:00
fixed bad error printing
Signed-off-by: Jerome Jutteau <mojo@couak.net>
This commit is contained in:
parent
6b53e1f444
commit
86f660ae27
2
f.php
2
f.php
@ -58,7 +58,7 @@ if (count ($link) == 0)
|
||||
if (count ($link) == 0)
|
||||
{
|
||||
require (JIRAFEAU_ROOT.'lib/template/header.php');
|
||||
echo '<div class="error"><p>' . t('Sorry, the requested file is not found....' . $link_name) .
|
||||
echo '<div class="error"><p>' . t('Sorry, the requested file is not found') .
|
||||
'</p></div>';
|
||||
require (JIRAFEAU_ROOT.'lib/template/footer.php');
|
||||
exit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user