diff --git a/test-git-push.php b/test-git-push.php deleted file mode 100644 index a35f031..0000000 --- a/test-git-push.php +++ /dev/null @@ -1,34 +0,0 @@ -Git Push Diagnostic - Step by Step"; - -// Шаг 1: git add -echo "
" . (empty($add_out) ? '(empty)' : implode("\n", $add_out)) . "";
-
-// Шаг 2: git commit
-echo "" . (empty($commit_out) ? '(empty)' : implode("\n", $commit_out)) . "";
-
-// Шаг 3: git push (только если commit успешен)
-if ($commit_code === 0) {
- echo "" . (empty($push_out) ? '(empty)' : implode("\n", $push_out)) . "";
-} else {
- echo "" . (empty($ssh_cmd) ? '(not set)' : implode("\n", $ssh_cmd)) . "";
-?>
diff --git a/wp-content/themes/dekart/functions.php b/wp-content/themes/dekart/functions.php
index 382cee0..c653ad8 100644
--- a/wp-content/themes/dekart/functions.php
+++ b/wp-content/themes/dekart/functions.php
@@ -894,6 +894,3 @@ function dekart_add_preload_hints() {
// резерв для preload hints
}
add_action('wp_head', 'dekart_add_preload_hints', 1);// Тестовая строка для проверки деплоя 2026-05-06
-// Test comment Thu May 7 17:21:53 MSK 2026
-// Test Thu May 7 17:27:22 MSK 2026
-// Admin test Thu May 7 17:27:51 MSK 2026