Projet

Général

Profil

« Précédent | Suivant » 

Révision f1a34790

Ajouté par N0YB il y a presque 10 ans

Hostnames are not case restrictive.

Voir les différences:

usr/local/www/system.php
169 169
	}
170 170

  
171 171
	if (!$input_errors) {
172
		update_if_changed("hostname", $config['system']['hostname'], strtolower($_POST['hostname']));
173
		update_if_changed("domain", $config['system']['domain'], strtolower($_POST['domain']));
172
		update_if_changed("hostname", $config['system']['hostname'], $_POST['hostname']);
173
		update_if_changed("domain", $config['system']['domain'], $_POST['domain']);
174 174

  
175 175
		update_if_changed("timezone", $config['system']['timezone'], $_POST['timezone']);
176 176
		update_if_changed("NTP servers", $config['system']['timeservers'], strtolower($_POST['timeservers']));

Formats disponibles : Unified diff