|
YaWK
24.1
Yet another WebKit
|
Go to the source code of this file.
Variables | |
| $archiveID = 0 | |
| $archiveRestoreID = 0 | |
| $contentFolderArray = filemanager::getSubfoldersToArray('../content/') | |
| $currentFiles = $backup->getCurrentBackupFilesArray() | |
| $currentRestoreID = 0 | |
| $dbTables = $db->get_tables() | |
| $mediaFolderArray = filemanager::getSubfoldersToArray('../media/') | |
| $systemFolders = array('fonts', 'language', 'plugins', 'templates', 'widgets') | |
| $backup | archiveBackupFiles = filemanager::ritit($backup->archiveBackupFolder) |
| $backup | archiveBackupSubFolders = filemanager::getSubfoldersToArray($backup->archiveBackupFolder) |
| foreach ( $contentFolderArray as $folder) | |
| if (isset( $_GET[ 'file'])) | |
| if (isset( $_GET[ 'file'])) | |
| if(!isset($backup)||(empty($backup))) if(isset($_GET)) | if (isset( $_POST)) |
| $archiveID = 0 |
Definition at line 1020 of file settings-backup.php.
| $archiveRestoreID = 0 |
Definition at line 1022 of file settings-backup.php.
| $contentFolderArray = filemanager::getSubfoldersToArray('../content/') |
Definition at line 835 of file settings-backup.php.
| $currentFiles = $backup->getCurrentBackupFilesArray() |
Definition at line 919 of file settings-backup.php.
| $currentRestoreID = 0 |
Definition at line 921 of file settings-backup.php.
| $dbTables = $db->get_tables() |
Definition at line 892 of file settings-backup.php.
| $mediaFolderArray = filemanager::getSubfoldersToArray('../media/') |
Definition at line 854 of file settings-backup.php.
| $systemFolders = array('fonts', 'language', 'plugins', 'templates', 'widgets') |
Definition at line 873 of file settings-backup.php.
Definition at line 1018 of file settings-backup.php.
Referenced by YAWK\BACKUP\backup\getArchiveBackupFilesArray().
Definition at line 780 of file settings-backup.php.
| foreach($backup->archiveBackupFiles as $folder=> $files) | ( | $contentFolderArray as | ) |
Definition at line 837 of file settings-backup.php.
| if(isset($_GET['file'])) | ( | isset( $_GET[ 'file']) | ) |
Definition at line 1175 of file settings-backup.php.
| if(isset($_GET['file'])) | ( | isset( $_GET[ 'file']) | ) |
Definition at line 1229 of file settings-backup.php.
| if(count($backup->archiveBackupSubFolders) > 0) | ( | isset( $_POST) | ) |
Definition at line 199 of file settings-backup.php.