Server : Apache System : Linux nereid.kreativmedia.ch 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64 User : chesa9at ( 10161) PHP Version : 8.0.30 Disable Function : opcache_get_status Directory : /home/httpd/vhosts/pagesromandes.ch/httpdocs/ |
Upload File : |
<?php /** * Creates the password cookie and redirects back to where the * visitor was before. * * @package WordPress */ /** Make sure that the WordPress bootstrap has run before continuing. */ require( dirname(__FILE__) . '/wp-load.php'); // 10 days setcookie('wp-postpass_' . COOKIEHASH, stripslashes( $_POST['post_password'] ), time() + 864000, COOKIEPATH); wp_safe_redirect(wp_get_referer()); exit; ?>