Deleting an image
Image is too big
Image has wrong file extension
To fix this add this code...
CODE
include "footer.php";
Before each instance of...
CODE
die();
In admin.php. There are multiple instances of the above code, so be sure to add the code to each one.
It should look like this now....
CODE
include "footer.php";
die();
Do the same in process.php(again multiple instances), but search for the code...
CODE
exit;