mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	indentation
This commit is contained in:
		| @@ -137,9 +137,9 @@ | ||||
|             <div class="row"> | ||||
|               <div class="col-md-6 mb-2"> | ||||
|                 <div class="custom-control custom-switch"> | ||||
|                 <?php $checked = $arrHostapdConf['LogEnable'] == 1 ? 'checked="checked"' : '' ?> | ||||
|                 <input class="custom-control-input" id="chxlogenable" name="logEnable" type="checkbox" value="1" <?php echo $checked ?> /> | ||||
|                 <label class="custom-control-label" for="chxlogenable"><?php echo _("Logfile output"); ?></label> | ||||
|                   <?php $checked = $arrHostapdConf['LogEnable'] == 1 ? 'checked="checked"' : '' ?> | ||||
|                   <input class="custom-control-input" id="chxlogenable" name="logEnable" type="checkbox" value="1" <?php echo $checked ?> /> | ||||
|                   <label class="custom-control-label" for="chxlogenable"><?php echo _("Logfile output"); ?></label> | ||||
|                 </div> | ||||
|               </div> | ||||
|             </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user