Exemplo n.º 1
0
 public function init()
 {
     parent::init();
     $app = Yii::getPathOfAlias('app');
     $this->shell = $app . '/commands/shell/wakfu.sh';
     $this->client = $app . '/commands/shell/ss-client.sh';
     $this->pacPath = $app . '/data/pac/';
 }
Exemplo n.º 2
0
 public function init()
 {
     $this->aes = new MobifoneAES($this->key, '');
     parent::init();
 }