forked from Wavyzz/dolibarr
unwanted code line
This commit is contained in:
@@ -167,7 +167,6 @@ $i = 0;
|
|||||||
// Define $listinsetup
|
// Define $listinsetup
|
||||||
foreach ($conf->global as $key => $val) {
|
foreach ($conf->global as $key => $val) {
|
||||||
if (!empty($val) && preg_match('/^OAUTH_.*_ID$/', $key)) {
|
if (!empty($val) && preg_match('/^OAUTH_.*_ID$/', $key)) {
|
||||||
print '<script>console.log("'.$key.'" + " => " + "'.$val.'" );</script>';
|
|
||||||
$provider = preg_replace('/_ID$/', '', $key);
|
$provider = preg_replace('/_ID$/', '', $key);
|
||||||
$listinsetup[] = array(
|
$listinsetup[] = array(
|
||||||
$provider.'_NAME',
|
$provider.'_NAME',
|
||||||
|
|||||||
Reference in New Issue
Block a user