1 2 3 4 5 6 7
<?php @session_start(); @extract($_REQUEST); @extract($_FILES); $dir = ".."; include_once($dir."/common.php");?>