summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-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;