Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP7 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 4.0.9.0
  8. * @ Author : DeZender
  9. * @ Release on : 08.08.2019
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. $params = yii\helpers\ArrayHelper::merge($localConfig['params'], []);
  15. $config = [
  16. 'id' => 'eweishop-admin',
  17. 'basePath' => dirname(__DIR__),
  18. 'controllerNamespace' => 'admin\\controllers',
  19. 'bootstrap' => ['log'],
  20. ...............................................................
  21. ..................................
  22. ................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement