Conflicts:
	install.php
This commit is contained in:
czaks 2013-08-18 13:16:31 -04:00
commit da1b7d087e
11 changed files with 60 additions and 28 deletions

View file

@ -1983,10 +1983,10 @@ function undoImage(array $post) {
if (!$post['has_file'])
return;
if (isset($post['file']))
file_unlink($post['file']);
if (isset($post['thumb']))
file_unlink($post['thumb']);
if (isset($post['file_path']))
file_unlink($post['file_path']);
if (isset($post['thumb_path']))
file_unlink($post['thumb_path']);
}
function rDNS($ip_addr) {