X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fconfig.php.dist;h=25ba2c0d36f5620d98032b7852dcad1b77467e5b;hb=052c1c6f37ab1d456e9fa5244000492f3617f211;hp=95efb4e8e4fe938ed6135c94d27d22cbf5a3ad0a;hpb=5645165f4415a07f6a50d9601bdf59a1cc345697;p=timetracker.git diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index 95efb4e8..25ba2c0d 100644 --- a/WEB-INF/config.php.dist +++ b/WEB-INF/config.php.dist @@ -173,6 +173,11 @@ define('CURRENCY_DEFAULT', '$'); define('EXPORT_DECIMAL_DURATION', true); +// REPORT_FOOTER - defines whether to use a footer on reports. +// +define('REPORT_FOOTER', true); + + // Authentication module (see WEB-INF/lib/auth/) // Possible authentication methods: // db - internal database, logins and password hashes are stored in time tracker database.