X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=web%2Fwww%2Froutino%2Fpaths.pl;fp=web%2Fwww%2Froutino%2Fpaths.pl;h=2233efbd77d61fad3f36c193d84d39ddd2d36e56;hb=a5b34ad069a52ff6cf981f01667d102292988811;hp=a896ec3f7512417ab7b98e09700b90c7f2b986d5;hpb=20283c6cf5c6951cc1f2787492c67a7fb72aee9a;p=routino diff --git a/web/www/routino/paths.pl b/web/www/routino/paths.pl index a896ec3..2233efb 100644 --- a/web/www/routino/paths.pl +++ b/web/www/routino/paths.pl @@ -24,9 +24,13 @@ # EDIT THIS to set the root directory for the non-web data files. $root_dir="../.."; -# EDIT THIS if you want to change the location of the individual directories. +# EDIT THIS to change the location of the individual directories. $bin_dir="$root_dir/bin"; $data_dir="$root_dir/data"; $results_dir="$root_dir/results"; +# EDIT THIS to change the names of the executables (enables easy selection of slim mode). +$router_exe="router"; +$filedumper_exe="filedumper"; + 1;