* $Id: admin_priv_msgs.php,v 1.3 2005/08/02 23:54:41 Nivisec Exp $ * * ***************************************************************************/ /*************************************************************************** * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ***************************************************************************/ if (!defined('IN_PHPBB')) { define('IN_PHPBB', true); } $aprvmUtil = new aprvmUtils(); $aprvmUtil->modVersion = '1.6.0'; $aprvmUtil->copyrightYear = '2001-2005'; /**************************************************************************** /** Module Setup /***************************************************************************/ define('PRIVMSGS_ALL_MAIL', -1); $phpbb_root_path = '../'; include $phpbb_root_path . 'extension.inc'; include_once "pagestart.{$phpEx}"; include_once $phpbb_root_path . 'includes/bbcode.' . $phpEx; $aprvmUtil->find_lang_file('lang_admin_priv_msgs'); if (!empty($setmodules)) { $filename = basename(__FILE__); $module['Users']['Private_Messages'] = $filename; return;