1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-20 04:41:29 +02:00

disable server info by default again

mistakenly enabled in 9370e96
This commit is contained in:
Elan Ruusamäe
2016-09-20 23:36:24 +03:00
parent a0e781e278
commit 60b89dcc0d

View File

@@ -5,7 +5,7 @@
* *
* Change to true to expose this info. * Change to true to expose this info.
*/ */
$enabled = true; $enabled = false;
/////////////////////// ///////////////////////