cron-setting.php
4 months ago
custom-directory.php
1 month ago
directory-navigation.php
1 week ago
exclude-settings.php
4 months ago
external-database.php
2 months ago
login-data.php
3 months ago
mail-setting.php
4 months ago
plugins-update.php
1 year ago
process-lock.php
1 year ago
scan.php
1 week ago
start.php
1 year ago
symlink-uploads.php
1 year ago
update.php
1 year ago
update.php
11 lines
| 1 | <?php |
| 2 | |
| 3 | /** |
| 4 | * @see \WPStaging\Backend\Administrator::ajaxUpdateProcess A place where this view is being called. |
| 5 | * @see \WPStaging\Backend\Administrator::ajaxResetProcess A place where this view is being called. |
| 6 | * @var \WPStaging\Backend\Modules\Jobs\Cloning $cloning |
| 7 | */ |
| 8 | |
| 9 | include(WPSTG_VIEWS_DIR . 'job/modal/process.php'); |
| 10 | include(WPSTG_VIEWS_DIR . 'job/modal/success.php'); |
| 11 |