Project

General

Profile

« Previous | Next » 

Revision 4081c232

Added by Jim Pingle over 9 years ago

Fix wording on advanced IPsec settings titles.
strongSwan doesn't get restarted in debug mode, it just changes the verbose level of log sections. Old terminology was leftover from racoon days.

View differences:

src/usr/local/www/vpn_ipsec_settings.php
271 271

  
272 272
$form = new Form;
273 273

  
274
$section = new Form_Section('Start IPsec in Debug Mode Based on Sections Selected');
274
$section = new Form_Section('IPsec Logging Controls');
275 275

  
276 276
foreach ($ipsec_log_cats as $cat => $desc) {
277 277
	$section->addInput(new Form_Select(
......
283 283
}
284 284

  
285 285
$section->addInput(new Form_StaticText('', ''))->setHelp(
286
	'Launches IPsec in debug mode so that more verbose logs will be generated to aid in troubleshooting.'
286
	'Changes the log verbosity for the IPsec daemon, so that more detail will be generated to aid in troubleshooting.'
287 287
);
288 288

  
289 289
$form->add($section);
290 290

  
291
$section = new Form_Section('IPsec Advanced Settings');
291
$section = new Form_Section('Advanced IPsec Settings');
292 292

  
293 293
$section->addInput(new Form_Select(
294 294
	'uniqueids',

Also available in: Unified diff