Projet

Général

Profil

« Précédent | Suivant » 

Révision 7ec7e24f

Ajouté par Renato Botelho il y a plus de 9 ans

Remove uneeded variables

Voir les différences:

usr/local/www/vpn_ipsec.php
182 182
						$spans = $spane = "";
183 183

  
184 184
					show_ipsec_header($ph1ent);
185
					$counter++; // used to determine if we need to output header manually (no records exist)
186 185
?>
187 186
					<tr valign="top" ondblclick="document.location='vpn_ipsec_phase1.php?p1index=<?=$i;?>'">
188 187
						<td class="listlr">
......
422 421
<?php
423 422
					$i++;
424 423
				endforeach;  // $a_phase1 as $ph1ent
425
				if(!$counter)
424
				if($i === 0)
426 425
					show_ipsec_header($ph1ent);
427 426
?>
428 427
					<tr>

Formats disponibles : Unified diff