From 0d43b92104ae4fd0eb236b3b9b2e08b3c9fa5697 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 16 Nov 2005 14:44:27 +0100 Subject: [PATCH] disable splash by default --- config.php-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php-dist b/config.php-dist index 126ab4c09..6ffcbe8a1 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 ?>