📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv9.demodesign.com.tr
/
api
📝
paymentmethods.php
← Geri Dön
<?php include('../init.php'); $headers = apache_request_headers(); if(m_setting('birfatura_token')!=$headers['token'] or m_setting('birfatura_status')==0) { m_redirect(SITE_DOMAIN); } header('Content-type:application/json;charset=utf-8'); $PaymentMethods = array(); foreach(m_payment_type() as $type) { $PaymentMethods['PaymentMethods'][] = ['Id'=>$type['id'], 'Value'=>$type['value']]; } echo json_encode($PaymentMethods, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE);
💾 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