<?php /** * WordPress standart index.php — laretediclo.it kurtarma * FTP ile public_html/index.php olarak yukle (mevcut index.php'nin ustune yaz) */ define('WP_USE_THEMES', true); require __DIR__ . '/wp-blog-header.php';