📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
rentacarv2.demodesign.com.tr
📝
bakim.php
← Geri Dön
<?php include 'Cache.php'; include 'admin/config/db.php'; $ayarsor=$db->prepare("SELECT * FROM ayarlar where ayar_id=:ayar_id"); $ayarsor->execute(array( 'ayar_id' => 0 )); $ayarcek=$ayarsor->fetch(PDO::FETCH_ASSOC); if ($ayarcek['ayar_bakim']==0) { header('location:index'); } ?> <!DOCTYPE html> <html lang="tr"> <head> <title>Bakımdayız!</title> </head> <style> html,body{ background: #f8f9fa; width: 100%; height: 100%; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5; margin: 0px; padding: 0px; color: #212529; } a{ text-decoration: none; color: #212529; } .page-row{ display: flex; flex-wrap: wrap; height: 100%; width: 100%; align-items: center; text-align: center; } .page-content{ width: 100%; text-align: center; } .page-title{ font-size: 50px; margin-top: -100px; } .page-description{ color: #868e96; font-size: 16px; } .page-description p{ padding: 0px; margin: 0px; } @media(max-width: 768px){ .page-title{ font-size: 100px; margin-top: -70px; } } </style> <body> <div class="page-row"> <div class="page-content"> <div class="page-title"> OOPS! Haberiniz yokmuydu? </div> <div class="page-description"> <p>Sitemiz bakımdadır. Anlayışınız için teşekkür ederiz.</p> </div> </div> </div> </body> </html>
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula