diff --git a/src/config/trongate.php b/src/config/trongate.php index b4db24e..01bb391 100644 --- a/src/config/trongate.php +++ b/src/config/trongate.php @@ -7,20 +7,8 @@ |-------------------------------------------------------------------------- | | Who doesn't love a good ol' countdown? Specify the time (in seconds) - | we should be counting down before redirection delay hits. + | we should be counting down before redirecting the visitor. | */ 'countdown' => 5, - - /* - |-------------------------------------------------------------------------- - | Delay before redirection - |-------------------------------------------------------------------------- - | - | Bask in the glory of Trongate for just a while longer before - | redirecting the visitor. Specify the time (in seconds) before the - | redirect will occur. - | - */ - 'redirect_delay' => 1, ]; diff --git a/src/resources/views/trongate.blade.php b/src/resources/views/trongate.blade.php index 08a2006..db3649e 100644 --- a/src/resources/views/trongate.blade.php +++ b/src/resources/views/trongate.blade.php @@ -11,7 +11,7 @@

You will be redirected in - + {{ config('trongate.countdown') }} seconds.