Project

General

Profile

« Previous | Next » 

Revision 577

Added by doc almost 17 years ago

Fixed E_NOTICE error in save.php (onl if input data from WB Installer was wrong).

View differences:

save.php
37 37
		// Copy values entered into session so user doesn't have to re-enter everything
38 38
		if(isset($_POST['website_title'])) {
39 39
			$_SESSION['wb_url'] = $_POST['wb_url'];
40
			$_SESSION['wb_path'] = $_POST['wb_path'];
41 40
			$_SESSION['default_timezone'] = $_POST['default_timezone'];
42 41
			if(!isset($_POST['operating_system'])) {
43 42
				$_SESSION['operating_system'] = 'linux';

Also available in: Unified diff