Skip to content

Instantly share code, notes, and snippets.

@galaxydata
Created November 28, 2017 15:38
Show Gist options
  • Save galaxydata/0037c920ced745e1e13d9f5d154a512c to your computer and use it in GitHub Desktop.
Save galaxydata/0037c920ced745e1e13d9f5d154a512c to your computer and use it in GitHub Desktop.
Отключаем сбор статистики и http://bitrix.info/bx_stat на всех страницах сайта

В файл /bitrix/.settings_extra.php нужно добавить:

<?php
return array(
	'analytics_counter' => array(
		'value' => array(
			'enabled' => false
		),
		'readonly' => false,
	),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment