Guest User

Untitled

a guest
Nov 24th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <?php
  2. define(&#039;ROOT_PATH&#039;, dirname(__FILE__) . &#039;/../&#039;);
  3. require_once(ROOT_PATH . "include/db_prop.inc");
  4. Daemon::Init();
  5.  
  6.  
  7. error_reporting(E_ALL);
  8. $tt = new Troubles();
  9. $task = new Tasks();
  10. $tt -> change_tp_tt(359,522,5626);
  11. $task -> netTask(5626, &#039;change_channel_speed&#039;);
  12.  
  13. ?>
Add Comment
Please, Sign In to add comment