Project

General

Profile

« Previous | Next » 

Revision 1773

Added by Dietmar over 11 years ago

! account split html and code
+ add signup activation registering
+ add missing icons in themes

View differences:

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