mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2025-04-04 05:53:14 +02:00
update Status.php
This commit is contained in:
parent
be7e1cf5e3
commit
24ab68181c
1 changed files with 3 additions and 2 deletions
|
@ -312,8 +312,9 @@ class Status extends \gp\special\Base{
|
|||
return;
|
||||
}
|
||||
|
||||
|
||||
// move old to deletable
|
||||
echo '<li>Move: '.$to_fix.' -> ' . $deletable . '</li>';
|
||||
echo '<li>Move: '.htmlspecialchars($to_fix, ENT_QUOTES, 'UTF-8').' -> ' . $deletable . '</li>';
|
||||
if( !rename($to_fix_full,$deletable_full) ){
|
||||
echo '<li>Failed</li>';
|
||||
echo '</ol>';
|
||||
|
@ -321,7 +322,7 @@ class Status extends \gp\special\Base{
|
|||
\gp\tool\Files::RmAll($new_file_full);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// move
|
||||
echo '<li>Move: '.$new_file.' -> ' . $to_fix . '</li>';
|
||||
|
|
Loading…
Reference in a new issue