From 2c5c4a938b4e26bacf2d1c76b48c8e1a8a04c82c Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 8 Sep 2016 12:49:45 +0100 Subject: [PATCH] Remove Piwik --- .env.example | 3 --- resources/views/master.blade.php | 18 ------------------ 2 files changed, 21 deletions(-) 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