Typo d'include
This commit is contained in:
parent
b3061deb6d
commit
96c5278ee9
|
@ -117,7 +117,7 @@ if($show != 'all') {
|
||||||
|
|
||||||
if (!is_array($r) || empty($r) ) {
|
if (!is_array($r) || empty($r) ) {
|
||||||
echo '<p class="error">'._("No account defined for now").'</p>';
|
echo '<p class="error">'._("No account defined for now").'</p>';
|
||||||
include('foot');
|
include('foot.php');
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue