Last active
April 18, 2017 09:41
-
-
Save 4yvi/6860a79fb49c30014d9518bbe4c6e769 to your computer and use it in GitHub Desktop.
Управление настройками PHP, для папки или сайта.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Для папки | |
[PATH=/home/bitrix/www/] | |
mbstring.func_overload = 0 | |
// Для сайта | |
[HOST=test.ru] | |
mbstring.func_overload = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment