From 31fa2ecb67170c09d9061511810203c5e842a7c2 Mon Sep 17 00:00:00 2001 From: Andrea Cotza Date: Mon, 10 Aug 2015 23:12:47 +0200 Subject: [PATCH] Fix --- sources/plugins/create/conf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/plugins/create/conf.php b/sources/plugins/create/conf.php index 1cf6366..75e44d5 100755 --- a/sources/plugins/create/conf.php +++ b/sources/plugins/create/conf.php @@ -8,6 +8,6 @@ // "createtorrent" - use program createtorrent (see http://www.createtorrent.com) // "mktorrent" - use program createtorrent (see http://mktorrent.sourceforge.net) // "buildtorrent" - use program buildtorrent (see http://claudiusmaximus.goto10.org/cm/torrent.html) - $pathToCreatetorrent = ''/usr/bin/buildtorrent'; // Something like /bin/createtorrent, or /bin/transmissioncli. If empty, program will be found in PATH. + $pathToCreatetorrent = '/usr/bin/buildtorrent'; // Something like /bin/createtorrent, or /bin/transmissioncli. If empty, program will be found in PATH. $recentTrackersMaxCount = 15;