Source for file show_system_specs.php
Documentation is available at show_system_specs.php
-  * This script shows system specification details. 
-  * @copyright 1999-2020 The SquirrelMail Project Team 
-  * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
-  * @version $Id: show_system_specs.php 14845 2020-01-07 08:09:34Z pdontthink $ 
- // This is the bug_report show system specs page 
- define('PAGE_NAME', 'bug_report_show_system_specs'); 
- // Include the SquirrelMail initialization file. 
- require ('../../include/init.php');
- require_once(SM_PATH - .  'plugins/bug_report/functions.php');
 
- // error out when bug_report plugin is disabled 
- // or is called by the wrong user 
-     $oTemplate->display('footer.tpl'); 
- require_once(SM_PATH - .  'plugins/bug_report/system_specs.php');
 
- $oTemplate->assign('body', $body); 
- $oTemplate->display('plugins/bug_report/system_specs.tpl'); 
- $oTemplate->display('footer.tpl'); 
 
	
		Documentation generated on Mon, 13 Jan 2020 04:23:32 +0100 by phpDocumentor 1.4.3