View Single Post
  #11  
Old 01-15-2011, 07:59 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,379
Tequila is on a distinguished road
Default

Try creating a simple .php file called check.php.

Run this code
PHP Code:
<?php
if (function_exists('readfile')) {
    echo 
"readfile() is enabled.<br />\n";
} else {
    echo 
"readfile() is not enabled.<br />\n";
}
?>
__________________
Artist. Designer. Gamer. Mother.
[portfolio] [tarot] [Rune Hollow] [freebies]
Reply With Quote