Revision 1773
Added by Dietmar about 12 years ago
password.php | ||
---|---|---|
15 | 15 |
* |
16 | 16 |
*/ |
17 | 17 |
|
18 |
// Must include code to stop this file being access directly |
|
19 |
if(defined('WB_PATH') == false) { die("Cannot access this file directly"); } |
|
18 |
/* -------------------------------------------------------- */ |
|
19 |
// Must include code to stop this file being accessed directly |
|
20 |
if(defined('WB_PATH') == false) |
|
21 |
{ |
|
22 |
// Stop this file being access directly |
|
23 |
die('<h2 style="color:red;margin:3em auto;text-align:center;">Cannot access this file directly</h2>'); |
|
24 |
} |
|
25 |
/* -------------------------------------------------------- */ |
|
20 | 26 |
|
21 | 27 |
// Get entered values |
22 | 28 |
$iMinPassLength = 6; |
Also available in: Unified diff
! account split html and code
+ add signup activation registering
+ add missing icons in themes