%PDF- %PDF-
Direktori : /home/bitrix/www/bitrix/modules/im/lib/bot/ |
Current File : //home/bitrix/www/bitrix/modules/im/lib/bot/slash.php |
<?php /** * Bitrix Framework * @package bitrix * @subpackage bitrix24 * @copyright 2001-2016 Bitrix */ namespace Bitrix\Im\Bot; class Slash { public static function register() { return false; } public static function unRegister() { return false; } }