first commit

This commit is contained in:
Roman Pyrih
2026-04-21 15:48:41 +02:00
commit 7483681901
10216 changed files with 3236626 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
if (!defined('UPDRAFTPLUS_DIR')) die('No direct access allowed');
global $updraftcentral_host_plugin;
if ($updraftcentral_host_plugin && 'updraftplus' !== $updraftcentral_host_plugin->get_plugin_name()) {
$updraftcentral_host_plugin->debugtools_dashboard();
} else {
do_action('updraftplus_debugtools_dashboard');
}