Facebook
From Beige Hamster, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 233
  1. <?php
  2. $config = [
  3.         'command' => [
  4.                 'php core.php -i 1' => 'xbot[1]',
  5.                 'php core.php -i 2' => 'xbot[2]',
  6.                 'php core.php -i 3' => 'xbot[3]',
  7.                 'php core.php -i 4' => 'xbot[4]',
  8.         ],
  9.         'mesage' => [
  10.                 'screen_on' => '* screen o nazwie [name] jest włączony',
  11.                 'screen_off' => '* screen o nazwie [name] jest wyłączony',
  12.         ],
  13. ],
  14. ?>