Ignore:
Timestamp:
Apr 14, 2015, 10:20:16 PM (9 years ago)
Author:
chronos
Message:
  • Removed: Spaces on end of line.
  • Modified: Tabs converted to spaces.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/temp/renumbering.php

    r548 r738  
    2929    16 => array('AddressRange' => '10.145.66.160', 'Mask' => 27),
    3030  );
    31  
     31
    3232  function Show()
    3333  {
    3434    global $Config;
    35    
     35
    3636    $Output = '';
    3737
     
    4747        $Output .= '-- '.$Interface['Name'].': '.$Interface['LocalIP'].' => '.Int32ToIPv4($NextIP).'<br>';
    4848        $Output .= 'UPDATE NetworkInterface SET LocalIP = "'.Int32ToIPv4($NextIP).'" WHERE Id='.$Interface['Id'].';<br>';
    49         $NextIP++;       
     49        $NextIP++;
    5050      }
    5151      $Output .= '<hr>';
Note: See TracChangeset for help on using the changeset viewer.