Guest User

Untitled

a guest
May 14th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 1.1.5.0
  8. * @ Author : DeZender
  9. * @ Release on : 09.06.2012
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. define( 'ROOT', dirname( __FILE__ ) . '/' );
  15. $paths = implode( PATH_SEPARATOR, array( ROOT, ROOT . 'lib/Keitaro', ROOT . 'lib/Keitaro/Db', ROOT . 'application/controllers', ROOT . 'application/models', ROOT . 'application/views' ) );
  16. set_include_path( $paths );
  17. require( 'Kernel/Cron.php' );
  18. Keitaro_Kernel_Cron;
  19. $Keitaro = new ( );
  20. $Keitaro->init( );
Advertisement
Add Comment
Please, Sign In to add comment