From 252950330bfb9ea6509874093e5d68fe972ddcc2 Mon Sep 17 00:00:00 2001 From: kjavitz Date: Thu, 5 Nov 2020 11:30:03 +0545 Subject: [PATCH] env.php file renamed to env.sample.php --- env.php => env.sample.php | 1 + 1 file changed, 1 insertion(+) rename env.php => env.sample.php (86%) diff --git a/env.php b/env.sample.php similarity index 86% rename from env.php rename to env.sample.php index 1edfa11..f19ecb9 100644 --- a/env.php +++ b/env.sample.php @@ -2,5 +2,6 @@ /** * Set your developer API key here, make sure it is enabled for the domain you are using this from * and Google Translate API https://console.developers.google.com + * Rename this file to env.php **/ $devkey = '';