]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/setconfig.php
Removed plugin Google-Analytics as this is free/libre and decentralized
[quix0rs-gnu-social.git] / scripts / setconfig.php
index 401dda0f2b81ab2927d0c551fe58b8ab5d95d3db..009c50dbf291061c4513c918341067780510fcd3 100755 (executable)
@@ -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));
                 }
             }