Ignore:
Timestamp:
May 8, 2019, 8:22:45 PM (5 years ago)
Author:
chronos
Message:
  • Modified: Made some links to follow http/https protocol.
  • Modified: Simplified .htaccess.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/NetworkConfigRouterOS/Generators/NetwatchImport.php

    r852 r860  
    6565      }
    6666    }
     67    echo("transakce\n");
    6768    $this->Database->Transaction($Queries);
     69    echo("done\n");
    6870
    6971    // Set offline all interfaces which were not updated as online
     
    9092    }
    9193    $Queries[] = $this->Database->GetUpdate('NetworkDevice', '`LastOnline` < "'.TimeToMysqlDateTime($StartTime).'"', array('Online' => 0));
     94    echo("Transakce 2\n");
    9295    $this->Database->Transaction($Queries);
     96    echo("done\n");
    9397  }
    9498
Note: See TracChangeset for help on using the changeset viewer.