diff --git a/.env.example b/.env.example index d995fcb8..33a58b15 100644 --- a/.env.example +++ b/.env.example @@ -44,9 +44,6 @@ APP_SHORTURL=examp.le ADMIN_USER=admin ADMIN_PASS=password -PIWIK_URL= -PIWIK_SITE_ID= - TWITTER_CONSUMER_KEY= TWITTER_CONSUMER_SECRET= TWITTER_ACCESS_TOKEN= diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php index 57c0febe..e03fe4f8 100644 --- a/resources/views/master.blade.php +++ b/resources/views/master.blade.php @@ -36,23 +36,5 @@ @show - {{-- The piwik code that should only be shown in production --}} - @if (env('PIWIK_URL') !== null) - - - - - @endif