[dokuwiki] Re: Problem.. disable_functions

  • From: Myron Turner <turnermm02@xxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Tue, 28 Aug 2007 05:05:12 -0500

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: