From f7b810070d5c0995f8c7cdbd5aaf6e8018414784 Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 5 Jan 2025 18:58:59 +0100 Subject: [PATCH] Aktualisiere WP-Verzeichnisstruktur --- content/wordpress/sftp.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/content/wordpress/sftp.md b/content/wordpress/sftp.md index fb68187..b8db455 100644 --- a/content/wordpress/sftp.md +++ b/content/wordpress/sftp.md @@ -20,12 +20,11 @@ Nach der Anmeldung findest folgende Verzeichnisstruktur vor: ```Shell ├── backups/ ├── htdocs/ -| ├── ... -| ├── wp-config.php -| ├── wp-content/ -| | └── mu-plugins/ -| └── ... -└── quota.txt + ├── ... + ├── wp-config.php + ├── wp-content/ + | └── mu-plugins/ + └── ... ``` Die Wordpress-Daten liegen im Verzeichnis `htdocs`.