diff --git a/system/config.php b/system/config.php index c292be68..a89a90ff 100644 --- a/system/config.php +++ b/system/config.php @@ -85,7 +85,6 @@ $config = array( // other 'email_lai_sec_interval' => 60, // time in seconds between e-mails to one account from lost account interface, block spam - 'google_analytics_id' => '', // e.g.: UA-XXXXXXX-X 'npc' => array() ); diff --git a/system/settings.php b/system/settings.php index 8ded7d26..61f90fcf 100644 --- a/system/settings.php +++ b/system/settings.php @@ -92,6 +92,12 @@ return [ }, ], ], + 'google_analytics_id' => [ + 'name' => 'Google Analytics ID', + 'type' => 'text', + 'desc' => 'UA-XXXXXXX-X', + 'default' => '', + ], [ 'type' => 'section', 'title' => 'Database',