Revision 278
Added by stefan almost 19 years ago
forgot.php | ||
---|---|---|
23 | 23 |
|
24 | 24 |
*/ |
25 | 25 |
|
26 |
require('../config.php'); |
|
26 |
require_once('../config.php');
|
|
27 | 27 |
|
28 | 28 |
// Required page details |
29 | 29 |
$page_id = 0; |
Also available in: Unified diff
Fixed some notices and warnings.