Imported Upstream version 1.5
[routino] / web / www / routino / statistics.cgi
index 501097a..c0788f4 100755 (executable)
@@ -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";