Tinyfilemanager 2.4.3 Now

?> </div>

// Read-only users $read_only_users = array('user'); tinyfilemanager 2.4.3

<?php // TinyFileManager 2.4.3 // https://github.com/prasathmani/tinyfilemanager // Released under MIT License session_name('filemanager'); session_start(); // Read-only users $read_only_users = array('user')

// Main logic $current_path = isset($_GET['path']) ? $_GET['path'] : ''; $full_path = $root_path . '/' . ltrim($current_path, '/'); $full_path = realpath($full_path); $full_path = realpath($full_path)