www: fix typos.

SVN revision: 81069
This commit is contained in:
Cedric BAIL 2012-12-17 08:26:26 +00:00
parent 8106d07429
commit 06b0b3835b
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ if (!rename($thumb, "/var/www/www/ss/th-" . $dest))
die();
}
rename($temp, "/var/www/www/ss/" . $dest);
rename($temp_ip, "/var/www/www/ss/ip-" . $dest));
rename($temp_ip, "/var/www/www/ss/ip-" . $dest);
############ respond!
header("HTTP/1.1 200 OK");