Hi :)
if you open the file anycontent.php directly, the following message appears:
QuoteFatal error: Call to undefined function starttable() in xxx\anycontent.php on line 32
Version:
anycontent.php,v 1.10 2004/09/25 19:09:40 caspershadow
Yes, but anycontent.php is not designed to be called directly. It works fine when used as designed.
How is this a security problem?
QuoteHow is this a security problem?
Hi :)
so called "full path disclosure"
Fixed easily enough with
if (!defined('IN_COPPERMINE')) die('Not in Coppermine...');
committed to devel branch.
Joachim