11 lines
182 B
PHP
11 lines
182 B
PHP
<?php
|
|
/*
|
|
* Component of the lostpwd module
|
|
*/
|
|
|
|
// Module general information
|
|
$module_title = "Lost Password";
|
|
$module_version = "1.0";
|
|
$db_version = 0;
|
|
$module_required = TRUE;
|
|
?>
|