README.txt |
README.txt |
|
$Name$
MODULE
------
System Info
DESCRIPTION/FEATURES
--------------------
Displays information of the drupal install and system environment.
REQUIREMENTS
------------
Drupal 5
INSTALL/CONFIG
--------------
1. Move this folder into your… |
systeminfo.css |
systeminfo.css |
|
/* $Name$ */
table.systeminfo td.subheader {
font-weight: bold;
}
table.systeminfo td.subitem {
padding-left: 1.5em;
} |
systeminfo.info |
systeminfo.info |
|
; $Name$
name = System info
description = Displays information of the drupal install and system environment.
package = Utilities |
systeminfo.module |
systeminfo.module |
|
Displays information of the drupal install and system environment. |