Update edit-content.html.php

This commit is contained in:
danpros 2023-12-30 22:51:18 +07:00
commit b486a366d0

View file

@ -31,7 +31,7 @@ if (empty($oldtag)) {
$oldtag = $oldurl[1]; $oldtag = $oldurl[1];
} }
$oldmd = $file_path['filename']; $oldmd = str_replace('.md', '', $oldurl[2]);
if (isset($_GET['destination'])) { if (isset($_GET['destination'])) {
$destination = _h($_GET['destination']); $destination = _h($_GET['destination']);