📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
sikayetscripti.demodesign.com.tr
/
google
📝
config.php
← Geri Dön
<?php require_once __DIR__.'/../panel/config.php'; //Include Google Client Library for PHP autoload file require_once 'vendor/autoload.php'; //Make object of Google API Client for call Google API $google_client = new Google_Client(); //Set the OAuth 2.0 Client ID $google_client->setClientId($ayarcek['gg_client_id']); //Set the OAuth 2.0 Client Secret key $google_client->setClientSecret($ayarcek['gg_client_secret']); //Set the OAuth 2.0 Redirect URI $google_client->setRedirectUri($ayarcek['site_link'].'/google/index.php'); // $google_client->addScope('email'); $google_client->addScope('profile'); ?>
💾 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