83e22b039b478c319ad534277746c2a853eb5e72
[squirrelmail.git] / plugins / bug_report / show_system_specs.php
1 <?php
2
3 /**
4 * This shows system specification details.
5 *
6 * Copyright (c) 1999-2004 The SquirrelMail development team
7 * Licensed under the GNU GPL. For full terms see the file COPYING.
8 *
9 * This is a standard Squirrelmail-1.2 API for plugins.
10 *
11 * $Id$
12 */
13
14
15 define('SM_PATH','../../');
16 include_once(SM_PATH . 'include/validate.php');
17
18
19 ?>
20 <html>
21 <body>
22 <pre>
23
24 <?php
25
26 include_once(SM_PATH . 'plugins/bug_report/system_specs.php');
27 global $body;
28 echo $body;
29
30 ?>
31 </pre>
32 </body>
33 </html>