Mno README.md

Mno README.md
Merge branch 'master' of https://github.com/danog/MadelineProto
This commit is contained in:
Daniil Gentili 2017-11-08 13:37:47 +03:00
commit bd9c8e68d5
No known key found for this signature in database
GPG Key ID: 259900308520B573

View File

@ -36,6 +36,7 @@ if (file_exists('web_data.php')) {
echo 'Deserializing MadelineProto from session.madeline...'.PHP_EOL;
$MadelineProto = false;
try {
$MadelineProto = new \danog\MadelineProto\API('session.madeline');
} catch (\danog\MadelineProto\Exception $e) {