X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=web%2Fwww%2Froutino%2Fstatistics.cgi;fp=web%2Fwww%2Froutino%2Fstatistics.cgi;h=c0788f46c3f05f7c468a00c11065d06ecb72db1d;hb=a5b34ad069a52ff6cf981f01667d102292988811;hp=501097ab3862b3495bb787a613efced06ad4fc7a;hpb=20283c6cf5c6951cc1f2787492c67a7fb72aee9a;p=routino diff --git a/web/www/routino/statistics.cgi b/web/www/routino/statistics.cgi index 501097a..c0788f4 100755 --- a/web/www/routino/statistics.cgi +++ b/web/www/routino/statistics.cgi @@ -4,7 +4,7 @@ # # Part of the Routino routing software. # -# This file Copyright 2008,2009 Andrew M. Bishop +# This file Copyright 2008-2010 Andrew M. Bishop # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -36,4 +36,4 @@ $params.=" --dir=$data_dir" if($data_dir); $params.=" --prefix=$data_prefix" if($data_prefix); $params.=" --statistics"; -system "$bin_dir/filedumper $params 2>&1"; +system "$bin_dir/$filedumper_exe $params 2>&1";