summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-16 14:44:27 +0100
committerAndrew Dolgov <[email protected]>2005-11-16 14:44:27 +0100
commit0d43b92104ae4fd0eb236b3b9b2e08b3c9fa5697 (patch)
treea99219c7cdac377af2fe9a825a9fa5b5e252daea /config.php-dist
parentb17ede720c733ebffbe25164ff5c618df64bd32f (diff)
disable splash by default
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 1 insertions, 1 deletions
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
?>