Menu

#1 logout.php redefines a constant

open
nobody
None
5
2004-12-01
2004-12-01
Anonymous
No

Submitted by : Rob Sterenborg / rob@sterenborg.info

When the attachment_doc plugin is installed, logout.php
generates a message that SM_PATH is already defined.

Change line 20 into :
if (!defined('SM_PATH')) define('SM_PATH','../../../');
and it's fixed.

Discussion


Log in to post a comment.