📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
organikurun.demodesign.com.tr
/
admin
/
controller
📝
seo.php
← Geri Dön
<?php if( $user["access"]["ayarlar"] != 1 ): header("Location:".site_url("admin")); exit(); endif; if( $_POST ): foreach ($_POST as $key => $value) { $$key = $value; } $update = $conn->prepare("UPDATE settings SET site_title=:site_title, site_keywords=:site_keywords, site_description=:site_description, custom_meta=:custom_meta WHERE id=:id "); $update->execute(array("id"=>1,"site_title"=>$site_title, "site_keywords"=>$site_keywords, "site_description"=>$site_description,"custom_meta"=>$custom_meta)); header("Location:".site_url("admin/seo")); endif; require admin_view('seo');
💾 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