X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsignout.php;h=621f8b9ac1b995d3e7676fe8472cd03707e1da87;hb=918fcc1d131a60df5ba01212d61d82d753014468;hp=1cf9ff6504b09d7c8244c56ca148e082aaf26001;hpb=3c62d3ea2b224141eb2c31b066f5f98505052506;p=squirrelmail.git diff --git a/src/signout.php b/src/signout.php index 1cf9ff65..621f8b9a 100644 --- a/src/signout.php +++ b/src/signout.php @@ -65,7 +65,7 @@ if ( !isset($oTemplate) || !is_object($oTemplate) ) { } // The error handler object is probably also not initialized on a refresh -require(SM_PATH . 'class/error.class.php'); +require_once(SM_PATH . 'class/error.class.php'); $oErrorHandler = new ErrorHandler($oTemplate,'error_message.tpl'); /* internal gettext functions will fail, if language is not set */