Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by deZender.Net
- * @ deZender (PHP5 Decoder for Zend Encoder/SafeGuard & PhpExpress)
- *
- * @ Version : 1.1.6.0
- * @ Author : DeZender
- * @ Release on : 02.06.2013
- * @ Official site : http://DeZender.Net
- *
- */
- if (!isset( $smarty )) {
- require_once( 'smarty.class.php' );
- $smarty = new My_Smarty( );
- $smarty->left_delimiter = '<{';
- $smarty->right_delimiter = '}>';
- }
- $smarty->assign( 'lg_copyright', LG_Copyright );
- $smarty->assign( 'admin_email', $cfg_admin_email_address );
- .............................................................
- ...................................
- .............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement