Project

General

Profile

« Previous | Next » 

Revision 709cc6e0

Added by Bill Marquette almost 18 years ago

global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427

View differences:

etc/rc.initial.setlanip
92 92

  
93 93
	if ($config['system']['webgui']['protocol'] == "https") {
94 94

  
95
		echo "\nDo you want to revert to HTTP as the webGUI protocol? (y/n) ";
95
		echo "\nDo you want to revert to HTTP as the webConfigurator protocol? (y/n) ";
96 96

  
97 97
		if (strcasecmp(chop(fgets($fp)), "y") == 0)
98 98
			$config['system']['webgui']['protocol'] = "http";
......
109 109
	echo <<<EOD
110 110

  
111 111
The LAN IP address has been set to $lanip/$lanbits.
112
You can now access the webGUI by opening the following URL
112
You can now access the webConfigurator by opening the following URL
113 113
in your web browser:
114 114

  
115 115
http://$lanip/

Also available in: Unified diff