07-16-2017, 01:37 PM
we seem to have two copies of google_helpers.php, one in users and one in helpers, which do we require or do we need both?, they both have same content.
also in the same file we are giving google an app name for codexworld.com, would prefer to name as site name so have done this in both files:
<pre></pre>
also in the same file we are giving google an app name for codexworld.com, would prefer to name as site name so have done this in both files:
<pre>
Code:
$appName = $settings->site_name;
$gClient->setApplicationName($appName);