first commit
This commit is contained in:
12
autoload/admin/view/class.FileManager.php
Normal file
12
autoload/admin/view/class.FileManager.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace admin\view;
|
||||
|
||||
class FileManager
|
||||
{
|
||||
public function filemanager()
|
||||
{
|
||||
$tpl = new \Tpl;
|
||||
return $tpl -> render( 'filemanager/filemanager' );
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user