Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Belov committed Jul 22, 2019
1 parent 05072d8 commit c3a1ef7
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 629 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ define('C_REST_WEB_HOOK_URL','https://xxx.bitrix24.ru/rest/1/douasdqdsxSWgc3mgc1
Вставьте текст примера в файл index.php:

```php
require_once('crest.php');
require_once('src/crest.php');

// put an example below
echo '<PRE>';
Expand All @@ -61,7 +61,7 @@ echo '</PRE>';
Вставьте текст примера в файл index.php:

```php
require_once('crest.php');
require_once('src/crest.php');

// put an example below
echo '<PRE>';
Expand All @@ -83,7 +83,7 @@ echo '</PRE>';
Укажите значения параметров client_id и client_secret для авторизации OAuth 2.0 в define C_REST_CLIENT_ID и C_REST_CLIENT_SECRET в файле settings.php, взяв эти значения из карточки локального приложения.

```php
require_once('crest.php');
require_once('src/crest.php');

// put an example below
echo '<PRE>';
Expand All @@ -110,7 +110,7 @@ echo '</PRE>';
Вставьте текст примера в файл index.php

```php
require_once('crest.php');
require_once('src/crest.php');

// put an example below
echo '<PRE>';
Expand All @@ -132,7 +132,7 @@ echo '</PRE>';
Укажите значения параметров client_id и client_secret для авторизации OAuth 2.0 в define C_REST_CLIENT_ID и C_REST_CLIENT_SECRET в файле settings.php.

```php
require_once('crest.php');
require_once('src/crest.php');

// put an example below
echo '<PRE>';
Expand Down
4 changes: 0 additions & 4 deletions checkserver.php

This file was deleted.

Loading

0 comments on commit c3a1ef7

Please sign in to comment.