1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 01:31:11 +01:00
MadelineProto/testing.php
2016-08-07 17:23:30 -04:00

10 lines
257 B
PHP

<?php
require_once 'vendor/autoload.php';
$config = parse_ini_file('credentials', true);
if (!$config) {
pyjslib_printnl("File 'credentials' seems to not exist.");
exit(-1);
}
$MadelineProto = new \danog\MadelineProto\API('393888288264', $config);