]> git.wh0rd.org - tt-rss.git/commitdiff
disable splash by default
authorAndrew Dolgov <fox@bah.spb.su>
Wed, 16 Nov 2005 13:44:27 +0000 (14:44 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Wed, 16 Nov 2005 13:44:27 +0000 (14:44 +0100)
config.php-dist

index 126ab4c09fc2e26db42f5be803c909e81bd1518e..6ffcbe8a15b941e73d0c64e095365bc8d7bace66 100644 (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
 
 ?>