mirror of
https://github.com/filegator/filegator.git
synced 2025-08-12 00:55:01 +02:00
development mode warning added
This commit is contained in:
@@ -31,7 +31,7 @@ class Vuejs implements Service, ViewInterface
|
|||||||
|
|
||||||
public function getIndexPage()
|
public function getIndexPage()
|
||||||
{
|
{
|
||||||
$title = $this->config->get('frontend_config.app_name');
|
$title = APP_ENV == 'development' ? 'Development mode' : $this->config->get('frontend_config.app_name');
|
||||||
$public_path = $this->config->get('public_path');
|
$public_path = $this->config->get('public_path');
|
||||||
$public_dir = $this->config->get('public_dir');
|
$public_dir = $this->config->get('public_dir');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user