12 lines
381 B
PHP
12 lines
381 B
PHP
|
|
<?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';
|
||
|
|
}
|