From e0dfe31efc7db70fca4ddd54492c349cae97cb57 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Wed, 24 Oct 2018 11:33:32 -0400 Subject: [PATCH] Remove phraseapp settings --- config/pterodactyl.php | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/config/pterodactyl.php b/config/pterodactyl.php index e06c709e..766ecd68 100644 --- a/config/pterodactyl.php +++ b/config/pterodactyl.php @@ -151,33 +151,6 @@ return [ 'url' => 'https://cdn.pterodactyl.io/releases/latest.json', ], - /* - |-------------------------------------------------------------------------- - | Language Editor - |-------------------------------------------------------------------------- - | - | Set `PHRASE_IN_CONTEXT` to true to enable the PhaseApp in-context editor - | on this site which allows you to translate the panel, from the panel. - */ - 'lang' => [ - 'in_context' => env('PHRASE_IN_CONTEXT', false), - ], - - /* - |-------------------------------------------------------------------------- - | Language Editor - |-------------------------------------------------------------------------- - | - | Set `PHRASE_IN_CONTEXT` to true to enable the PhaseApp in-context editor - | on this site which allows you to translate the panel, from the panel. - */ - 'client_features' => [ - 'databases' => [ - 'enabled' => env('PTERODACTYL_CLIENT_DATABASES_ENABLED', true), - 'allow_random' => env('PTERODACTYL_CLIENT_DATABASES_ALLOW_RANDOM', true), - ], - ], - /* |-------------------------------------------------------------------------- | File Editor