From: Andrew Dolgov Date: Wed, 16 Nov 2005 13:44:27 +0000 (+0100) Subject: disable splash by default X-Git-Tag: schema_feature_freeze_for_1.1~291 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0d43b92104ae4fd0eb236b3b9b2e08b3c9fa5697;p=tt-rss.git disable splash by default --- diff --git a/config.php-dist b/config.php-dist index 126ab4c0..6ffcbe8a 100644 --- a/config.php-dist +++ b/config.php-dist @@ -65,7 +65,7 @@ // display actions dropbox in feedlist, if disabled these actions are // available in the global actions dropbox - define(ENABLE_SPLASH, true); + define(ENABLE_SPLASH, false); // enable splashscreen on loading ?>