11 lines
177 B
PHP
11 lines
177 B
PHP
<?php
|
|
/*
|
|
* Component of the status module
|
|
*/
|
|
|
|
// Module general information
|
|
$module_title = "Status";
|
|
$module_version = "Alpha";
|
|
$db_version = 0;
|
|
$module_required = FALSE;
|
|
?>
|