X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fbug_report%2Fshow_system_specs.php;h=07ceb50c62724d91a5d402ffd79e6473735b796d;hp=0e4f9d1f1b4dfa6badd2d019f2c1cf69e13eb32e;hb=d95b10b37612d4ccb3712a90a3f9be85fd92910f;hpb=2329d86dc01015028456a4e224c30f3b807f749d diff --git a/plugins/bug_report/show_system_specs.php b/plugins/bug_report/show_system_specs.php index 0e4f9d1f..07ceb50c 100644 --- a/plugins/bug_report/show_system_specs.php +++ b/plugins/bug_report/show_system_specs.php @@ -2,7 +2,7 @@ /** * This script shows system specification details. * - * @copyright © 1999-2005 The SquirrelMail Project Team + * @copyright © 1999-2007 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -10,24 +10,22 @@ */ /** - * @ignore + * Include the SquirrelMail initialization file. */ -define('SM_PATH','../../'); -/** load system functions */ -include_once(SM_PATH . 'include/validate.php'); -/** load error_box() function */ -include_once(SM_PATH . 'functions/display_messages.php'); +require('../../include/init.php'); + /** load plugin functions */ include_once(SM_PATH.'plugins/bug_report/functions.php'); /** is bug_report plugin disabled or called by wrong user */ if (! is_plugin_enabled('bug_report') || ! bug_report_check_user()) { - error_box(_("Plugin is disabled."),$color); - echo "\n\n"; + error_box(_("Plugin is disabled.")); + $oTemplate->display('footer.tpl'); exit(); } ?> - +