diff options
-rwxr-xr-x | git2rss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ if (PHP_SAPI != 'cli') die ("CLI only"); -define('LOCAL', dirname(__DIR__, 2) . '/'); +define('LOCAL', dirname(__DIR__) . '/'); define('REMOTE', 'https://git.remirepo.net/cgit/'); require __DIR__ . '/vendor/autoload.php'; |