Page 2 of 2

Re: content2pdf it's born! :D

Posted: Thu Jan 19, 2006 4:06 pm
by Azrae
file-url-access may be disabled by php.ini. So you can't use the module (like on my webspace)

I am working on a version which uses fsocketopen instead of include.
If you are interested in my changes, I will post them here :)

Re: content2pdf it's born! :D

Posted: Fri May 19, 2006 7:34 pm
by climberusa
Anybody know how to change line 14  in create.php to allow for mod-rewrite?

Code: Select all

include($config['root_url']."/index.php?page=".$_GET["page_id"]."&print=true");