0byt3m1n1
Path:
/
data
/
48
/
4
/
58
/
64
/
4710553
/
user
/
5582526
/
htdocs
/
wp-content
/
themes
/
jupiter
/
bbpress
/
[
Home
]
File: form-protected.php
<?php /** * Password Protected * * @package bbPress * @subpackage Theme */ ?> <div id="bbpress-forums"> <fieldset class="bbp-form" id="bbp-protected"> <Legend><?php _e( 'Protected', 'mk_framework' ); ?></legend> <?php echo get_the_password_form(); ?> </fieldset> </div>