Dodanie plików konfiguracyjnych oraz obrazów do menedżera plików, w tym aktualizacja ścieżki w szablonie iframe

This commit is contained in:
2024-12-06 15:14:54 +01:00
parent 5a6bc6083d
commit 38fd71b46d
258 changed files with 29392 additions and 5363 deletions

View File

@@ -3,10 +3,5 @@ namespace admin\view;
class FileManager
{
public function filemanager()
{
$tpl = new \Tpl;
return $tpl -> render( 'filemanager/filemanager' );
}
}
?>