Project

General

Profile

« Previous | Next » 

Revision a9404381

Added by Jim Pingle almost 14 years ago

If available, also track the IP used by a user making a config change.

View differences:

etc/inc/config.lib.inc
495 495
	*/
496 496

  
497 497
	$username = empty($_SESSION["Username"]) ? "(system)" : $_SESSION['Username'];
498
	if ($_SERVER['REMOTE_ADDR'])
499
		$username .= '@' . $_SERVER['REMOTE_ADDR'];
498 500

  
499 501
	if($backup)
500 502
		backup_config();

Also available in: Unified diff