<?php
    error_reporting
(0);
    
$img $_GET['img'];
    if(!isset(
$img))
        
$img '1';
    
$img str_replace('../'''$img);
    include_once(
$img.".php");
    
highlight_file(__FILE__);