Advertisement
Guest User

Untitled

a guest
Dec 5th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for Zend Encoder/SafeGuard & PhpExpress)
  6. *
  7. * @ Version : 1.1.6.0
  8. * @ Author : DeZender
  9. * @ Release on : 02.06.2013
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. if (!isset( $smarty )) {
  15. require_once( 'smarty.class.php' );
  16. $smarty = new My_Smarty( );
  17. $smarty->left_delimiter = '<{';
  18. $smarty->right_delimiter = '}>';
  19. }
  20.  
  21. $smarty->assign( 'lg_copyright', LG_Copyright );
  22. $smarty->assign( 'admin_email', $cfg_admin_email_address );
  23. .............................................................
  24. ...................................
  25. .............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement