Mysqldump
5 months ago
ParagonIE
5 months ago
SimpleThenticator
5 months ago
SleekDB
5 months ago
SocketAPI
5 months ago
phpseclib3
5 months ago
.htaccess
5 months ago
autoload.php
5 months ago
index.html
5 months ago
web.config
5 months ago
autoload.php
12 lines
| 1 | <?php |
| 2 | |
| 3 | use JetBackup\JetBackup; |
| 4 | |
| 5 | if (!defined( '__JETBACKUP__')) die('Direct access is not allowed'); |
| 6 | |
| 7 | require_once(JetBackup::TRDPARTY_PATH . JetBackup::SEP . 'Mysqldump' . JetBackup::SEP . 'autoload.php'); |
| 8 | require_once(JetBackup::TRDPARTY_PATH . JetBackup::SEP . 'phpseclib3' . JetBackup::SEP . 'autoload.php'); |
| 9 | require_once(JetBackup::TRDPARTY_PATH . JetBackup::SEP . 'ParagonIE' . JetBackup::SEP . 'autoload.php'); |
| 10 | require_once(JetBackup::TRDPARTY_PATH . JetBackup::SEP . 'SimpleThenticator' . JetBackup::SEP . 'autoload.php'); |
| 11 | require_once(JetBackup::TRDPARTY_PATH . JetBackup::SEP . 'SleekDB' . JetBackup::SEP . 'autoload.php'); |
| 12 | require_once(JetBackup::TRDPARTY_PATH . JetBackup::SEP . 'SocketAPI' . JetBackup::SEP . 'autoload.php'); |