Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. <?php
  2. include_once("config.php");
  3.  
  4. $cm = new ConnectionManager();
  5. $jm = new JobManager($cm->getConnection());
  6.  
  7. $switchStorage = Config::nlSwitchStorage."/".date("Ymd");
  8.  
  9. $jm->update(new Job(null, new Task_SNR_S2990G(
  10.     "v-sw01", "192.168.14.2", $switchStorage, "admin", "password"
  11. )));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement