logout.php redefines a constant
Brought to you by:
simonnew
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.