]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - config.php.sample
Add configuration option to toggle the indenting of the output HTML. Defaults to...
[quix0rs-gnu-social.git] / config.php.sample
index 9fccb84f3b76f3816130759e74dac69b15d11c7f..473eb74e2c6e7ddb050e4dbbd88f03cd1438e224 100644 (file)
@@ -236,6 +236,11 @@ $config['sphinx']['port'] = 3312;
 // Use a different hostname for SSL-encrypted pages
 // $config['site']['sslserver'] = 'secure.example.org';
 
+// Indent HTML and XML
+// Enable (default) for easier to read markup for developers,
+// disable to save some bandwidth.
+// $config['site']['indent'] = true;
+
 // If you have a lot of status networks on the same server, you can
 // store the site data in a database and switch as follows
 // Status_network::setupDB('localhost', 'statusnet', 'statuspass', 'statusnet');