Should be just minor changes I think

This commit is contained in:
alopexc0de
2013-02-19 02:26:24 -05:00
parent 6d57b39575
commit d7e59f6dd8
4 changed files with 4 additions and 5 deletions

View File

@@ -211,7 +211,7 @@
}elseif(!$result = $db->query($sql)){
die('There was a problem trying to upload your file - [' . $db->error . ']');
}else{
echo "There was a problem trying to upload your file - Could be a database error";
echo "There was a problem trying to upload your file - Could be a server error";
}
}
}