boost.php 343 B

1234567891011
  1. <?php
  2. if(!DEFINED('EGP'))
  3. exit(header('Refresh: 0; URL=http://'.$_SERVER['SERVER_NAME'].'/404'));
  4. $sql->query('SELECT `address`, `game`, `status` FROM `control_servers` WHERE `id`="'.$sid.'" LIMIT 1');
  5. $server = $sql->get();
  6. ctrl::nav($server, $id, $sid, 'boost');
  7. include(ctrl::route($server, 'boost', $go));
  8. ?>