rotator.php 127 B

1234567
  1. <?php
  2. if (ubRouting::get('action') == 'rotator') {
  3. $rotator = new Rotator();
  4. $rotator->run();
  5. die('OK:ROTATOR');
  6. }