X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/b187bb677361d17a468abf749332d081a194b4bd..a7552beaca43727b55317d0e107d7d96f4690b1d:/tweeper.php diff --git a/tweeper.php b/tweeper.php index ba8b1d7..ff98ab7 100644 --- a/tweeper.php +++ b/tweeper.php @@ -3,7 +3,7 @@ * @file * Tweeper - a Twitter to RSS web scraper. * - * Copyright (C) 2013-2015 Antonio Ospite + * Copyright (C) 2013-2016 Antonio Ospite * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ * along with this program. If not, see . */ -require_once 'src/Tweeper.php'; +require_once 'autoload.php'; use Tweeper\Tweeper;