[dokuwiki] Re: Problem.. disable_functions

Fabio Silva wrote:
Ok... i need to change the readfile() in that files... to
file_get_contents() ???

Right.  But then you have to  output the contents yourself:

$contents = file_get_contents();
echo $contents;

Myron
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: