Advertisement
Guest User

Untitled

a guest
Feb 13th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 3.0.8.0
  8. * @ Author : DeZender
  9. * @ Release on : 25.09.2017
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. if ($_SERVER['SERVER_NAME'] == 'svn.com') {
  15. }
  16. else if ($_SERVER['SERVER_ADDR'] !== '89.34.111.154') {
  17. exit( '404' );
  18. }
  19.  
  20. return array(
  21. 'basePath' => _obfuscate_DS0kMwsVNAEzNSExPQ4SEgsZMC03JgE( __FILE__ ) . DIRECTORY_SEPARATOR . '..',
  22. 'theme' => 'blackboot',
  23. 'name' => 'TP',
  24. 'defaultController' => 'accounts/admin',
  25. 'preload' => array( 'log' ),
  26. 'import' => array(
  27. 'application.models.*',
  28. 'application.components.*'
  29. ),
  30. 'modules' => array( 'gii' => array(
  31. 'class' => 'system.gii.GiiModule',
  32. ............................................................
  33. ..............................
  34. ...........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement