X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fsetconfig.php;h=009c50dbf291061c4513c918341067780510fcd3;hb=e577e883f4407b3dbd6c2631273b8014153504a0;hp=401dda0f2b81ab2927d0c551fe58b8ab5d95d3db;hpb=5c05cd2b1a93d360bde7cb7dfc9ba39e5a5a7624;p=quix0rs-gnu-social.git diff --git a/scripts/setconfig.php b/scripts/setconfig.php index 401dda0f2b..009c50dbf2 100755 --- a/scripts/setconfig.php +++ b/scripts/setconfig.php @@ -46,7 +46,7 @@ if (empty($args)) { foreach ($config as $section => $section_value) { foreach ($section_value as $setting => $value) { if (have_option('v', 'verbose') || !is_array($value)) { - # Don't print array's without the verbose flag + // Don't print array's without the verbose flag printf("%-20s %-20s %s\n", $section, $setting, var_export($value, true)); } }