summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoehm2014-08-26 01:20:49 +0200
committermoehm2014-08-26 01:20:49 +0200
commita5334d76657bd3abe227e728656f94d92a782bc3 (patch)
tree0c0c788ca3e966ccd4a7f915129c40329eaa85fd
parent11fc80d072103f72c8e648d804b54ff9bca7958e (diff)
downloadfiles.iamfabulous.de-a5334d76657bd3abe227e728656f94d92a782bc3.tar.gz
fixed typo
-rw-r--r--www/functions/func_delete.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/functions/func_delete.php b/www/functions/func_delete.php
index 6220f8a..5f17536 100644
--- a/www/functions/func_delete.php
+++ b/www/functions/func_delete.php
@@ -187,7 +187,7 @@ function delete_user($user, $password, $password_verify){
}
}
- for($i=0; $ii<count($hash_ar); $i++){
+ for($i=0; $i<count($hash_ar); $i++){
if($hash_ar[$i] != ""){
if(!unlink($uploaddir.$hash_ar[$i].".gz")){
return DELETE_USER_FILE_DELETE;