View file index.php

File size: 231B
<?php $fsize = filesize('ip.txt'); $less = "35"; if(isset($_GET["cleardata"])) { header('Location: main.php?cleardata'); } else if($fsize<$less) { header('Location: main.php?cleardata'); } else { header('Location: main.php'); } ?>