Project

General

Profile

« Previous | Next » 

Revision cba6dcbb

Added by BBcan177 . about 9 years ago

Update system_usermanager_settings.php

Use of undefined constant min - assumed 'min'

View differences:

src/usr/local/www/system_usermanager_settings.php
216 216
	'Session timeout',
217 217
	'number',
218 218
	$pconfig['session_timeout'],
219
	[min => 0]
219
	['min' => 0]
220 220
))->setHelp('Time in minutes to expire idle management sessions. The default is 4 '.
221 221
	'hours (240 minutes). Enter 0 to never expire sessions. NOTE: This is a security '.
222 222
	'risk!');

Also available in: Unified diff