Typo d'include

This commit is contained in:
Alan Garcia 2013-10-17 08:43:52 +00:00
parent b3061deb6d
commit 96c5278ee9
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ if($show != 'all') {
if (!is_array($r) || empty($r) ) {
echo '<p class="error">'._("No account defined for now").'</p>';
include('foot');
include('foot.php');
}
?>