README.txt |
README.txt |
|
Module
======
System Information
Description
===========
This module displays information about the current state of the Drupal
installation and system environment.
Requirements
============
Drupal 6.x
Installation
============
1. Move this… |
systeminfo.admin.database.inc |
systeminfo.admin.database.inc |
|
Admin database page callbacks for the systeminfo module. |
systeminfo.admin.drupal.inc |
systeminfo.admin.drupal.inc |
|
Admin Drupal page callbacks for the systeminfo module. |
systeminfo.admin.inc |
systeminfo.admin.inc |
|
Admin page callbacks for the systeminfo module. |
systeminfo.admin.php.inc |
systeminfo.admin.php.inc |
|
Admin PHP page callbacks for the systeminfo module. |
systeminfo.css |
styles/systeminfo.css |
|
/**
*
*/
table.systeminfo-width50 td {
width: 50%;
}
table.systeminfo td.header1 {
font-weight: bold;
}
table.systeminfo td.title1 {
font-style: italic;
}
table.systeminfo td.text1 {
padding-left: 2em;
}
table.systeminfo td.header2 {
… |
systeminfo.info |
systeminfo.info |
|
name = System Information
description = Displays information about the current state of the Drupal installation and system environment.
core = 6.x
package = Monitoring |
systeminfo.install |
systeminfo.install |
|
Install, update and uninstall functions for the systeminfo module. |
systeminfo.module |
systeminfo.module |
|
This module displays information about the current state of the Drupal
installation and system environment. |