12 lines
381 B
PHP
Executable File
12 lines
381 B
PHP
Executable File
<?php
|
|
|
|
/*
|
|
* To change this license header, choose License Headers in Project Properties.
|
|
* To change this template file, choose Tools | Templates
|
|
* and open the template in the editor.
|
|
*/
|
|
|
|
Class Google_Config_Connector {
|
|
static $clientId = '674569863823-2sk7om7s7albldcpru51hg6fcdc03h4a.apps.googleusercontent.com';
|
|
static $clientSecret = '4dgQZgpR20ysICb3zMk1UpNQ';
|
|
} |