{
"event": "PreToolUse",
"tool_name": "Edit",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/layout.php",
"old_string": "<a href=\"\/nextcloud\" target=\"_blank\">Nextcloud<\/a>",
"new_string": "<a href=\"https:\/\/files.campus.systemische-tools.de\" target=\"_blank\">Nextcloud<\/a>"
}
}
{
"tool_response": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/layout.php",
"oldString": "<a href=\"\/nextcloud\" target=\"_blank\">Nextcloud<\/a>",
"newString": "<a href=\"https:\/\/files.campus.systemische-tools.de\" target=\"_blank\">Nextcloud<\/a>",
"originalFile": "<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title><?= htmlspecialchars($title ?? APP_NAME) ?><\/title>\n <link rel=\"stylesheet\" href=\"\/css\/designtokens.css\">\n <link rel=\"stylesheet\" href=\"\/css\/style.css\">\n <link rel=\"stylesheet\" href=\"\/css\/admin.css\">\n <script src=\"https:\/\/unpkg.com\/htmx.org@1.9.10\"><\/script>\n<\/head>\n<body>\n <header>\n <nav>\n <a href=\"\/\">Home<\/a>\n <a href=\"\/chat\">KI-Chat<\/a>\n <a href=\"\/content\">Content Studio<\/a>\n <a href=\"\/tasks\">Tasks<\/a>\n <a href=\"\/protokoll\">Protokoll<\/a>\n <a href=\"\/contracts\">Contracts<\/a>\n <a href=\"\/explorer\">Explorer<\/a>\n <a href=\"\/nextcloud\" target=\"_blank\">Nextcloud<\/a>\n <a href=\"\/docs\">Dokumentation<\/a>\n <\/nav>\n <\/header>\n\n <main>\n <?= $content ?? '' ?>\n <\/main>\n\n <footer>\n <p>© <?= date('Y') ?> <?= APP_NAME ?><\/p>\n <\/footer>\n\n <script src=\"\/js\/app.js\"><\/script>\n <script type=\"module\" src=\"\/js\/components\/data-table.js\"><\/script>\n<\/body>\n<\/html>\n",
"structuredPatch": [
{
"oldStart": 19,
"oldLines": 7,
"newStart": 19,
"newLines": 7,
"lines": [
" <a href=\"\/protokoll\">Protokoll<\/a>",
" <a href=\"\/contracts\">Contracts<\/a>",
" <a href=\"\/explorer\">Explorer<\/a>",
"- <a href=\"\/nextcloud\" target=\"_blank\">Nextcloud<\/a>",
"+ <a href=\"https:\/\/files.campus.systemische-tools.de\" target=\"_blank\">Nextcloud<\/a>",
" <a href=\"\/docs\">Dokumentation<\/a>",
" <\/nav>",
" <\/header>"
]
}
],
"userModified": false,
"replaceAll": false
}
}