diff --git a/include/admin/Tools/Status.php b/include/admin/Tools/Status.php index 95b4629..cfa4307 100644 --- a/include/admin/Tools/Status.php +++ b/include/admin/Tools/Status.php @@ -312,8 +312,9 @@ class Status extends \gp\special\Base{ return; } + // move old to deletable - echo '
  • Move: '.$to_fix.' -> ' . $deletable . '
  • '; + echo '
  • Move: '.htmlspecialchars($to_fix, ENT_QUOTES, 'UTF-8').' -> ' . $deletable . '
  • '; if( !rename($to_fix_full,$deletable_full) ){ echo '
  • Failed
  • '; echo ''; @@ -321,7 +322,7 @@ class Status extends \gp\special\Base{ \gp\tool\Files::RmAll($new_file_full); return; } - + // move echo '
  • Move: '.$new_file.' -> ' . $to_fix . '
  • ';