Revision 258
Added by ryan almost 20 years ago
| trunk/wb/admin/login/forgot/index.php | ||
|---|---|---|
| 29 | 29 |
require(WB_PATH.'/languages/'.DEFAULT_LANGUAGE.'.php'); |
| 30 | 30 |
// Include the database class file and initiate an object |
| 31 | 31 |
require(WB_PATH.'/framework/class.admin.php'); |
| 32 |
$admin = new admin('Start', 'start', false, false);
|
|
| 32 | 33 |
$database = new database(); |
| 33 | 34 |
|
| 34 | 35 |
// Get the website title |
Also available in: Unified diff
Fixed small bug in forgot details app