Skip to content

Commit

Permalink
fix: fix function.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Eywek committed Apr 28, 2018
1 parent 7d80b58 commit 21f2c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/function.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function clearFolder($folder)
if ($fichier != "." && $fichier != "..")
{
//On selectionne le fichier et on le supprime
unlink($folder.$fichier;);
unlink($folder.$fichier);
}
}
//Fermer le dossier vide
Expand Down

0 comments on commit 21f2c49

Please sign in to comment.