View Single Post
  #5  
Old 10-05-2009, 05:11 PM
Tequila's Avatar
Tequila Tequila is offline
The Grim One
 
Join Date: Jan 2009
Location: Souther Tier, New York State
Posts: 1,356
Gender: Female
Credits: 100,355
Tequila is on a distinguished road
Default RE: Images wont work.

Try using this check code on a new page.
PHP Code:
<?php
if(function_exists('readfile')) {
echo 
"readfile function is enabled";
}
else {
echo 
"readfile is not enabled";
}
?>
Unless it's been changed...

Brandon?
Reply With Quote