Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/local/jetapps/usr/bin/php73 -q
- <?php
- /**
- *
- * @ This file is created by http://DeZender.Net
- * @ deZender (PHP7 Decoder for ionCube Encoder)
- *
- * @ Version : 4.1.0.1
- * @ Author : DeZender
- * @ Release on : 29.08.2020
- * @ Official site : http://DeZender.Net
- *
- */
- define('CRONJOB', true);
- define('CLI', true);
- define('__NSS_INDEX__', 1);
- ini_set('display_errors', true);
- error_reporting(32767);
- ini_set('memory_limit', '4096M');
- ini_set('max_execution_time', 1000000);
- require_once '/usr/local/jetapps/var/lib/JetBackup/Core/JetBackup.inc';
- .................................................................
- .....................................
- ...............
Add Comment
Please, Sign In to add comment