From bfc8009778478e2fc49a688dcefbd12394ed1cdf Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 18 Oct 2020 18:57:44 +0200 Subject: [PATCH] Remove useless stuff from example --- examples/secret_bot.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/secret_bot.php b/examples/secret_bot.php index 2d701be1..4527c5c3 100755 --- a/examples/secret_bot.php +++ b/examples/secret_bot.php @@ -21,8 +21,6 @@ use danog\MadelineProto\APIWrapper; -\set_include_path(\get_include_path().':'.\realpath(\dirname(__FILE__).'/MadelineProto/')); - /* * Various ways to load MadelineProto */