disable splash by default

This commit is contained in:
Andrew Dolgov 2005-11-16 14:44:27 +01:00
parent b17ede720c
commit 0d43b92104
1 changed files with 1 additions and 1 deletions

View File

@ -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
?>