0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
wordpress
/
themes
/
lightspersonal
/
[
Home
]
File: searchform.php
<form method="get" id="search_form" action="<?php bloginfo('home'); ?>/"> <div> <input type="text" value="type and press enter" name="s" id="s" onfocus="if (this.value == 'type and press enter') {this.value = '';}" onblur="if (this.value == '') {this.value = 'type and press enter';}" /> <input type="hidden" value="Search" /> </div> </form>