Revision 278
Added by stefan almost 19 years ago
signup.php | ||
---|---|---|
23 | 23 |
|
24 | 24 |
*/ |
25 | 25 |
|
26 |
require('../config.php'); |
|
26 |
require_once('../config.php');
|
|
27 | 27 |
|
28 | 28 |
if(!is_numeric(FRONTEND_SIGNUP)) { |
29 | 29 |
if(INTRO_PAGE) { |
Also available in: Unified diff
Fixed some notices and warnings.