diff options
Diffstat (limited to 'sourcecodes/add_evd.php')
| -rw-r--r-- | sourcecodes/add_evd.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sourcecodes/add_evd.php b/sourcecodes/add_evd.php index 50740d02..008844b8 100644 --- a/sourcecodes/add_evd.php +++ b/sourcecodes/add_evd.php @@ -40,8 +40,7 @@ function mapid($name,$keyval) { //$dir="./data/"; -//$dir="/tmp/bnw/"; -$dir="/var/lib/genenet/bnw/"; +$dir="/tmp/bnw/"; $nm=$dir.$keyval."mapdata.txt"; $namelist=file_get_contents("$nm"); @@ -68,8 +67,7 @@ return $val; //$dir="./data/"; -//$dir="/tmp/bnw/"; -$dir="/var/lib/genenet/bnw/"; +$dir="/tmp/bnw/"; $lfile=$dir.$keyval."nlevels.txt"; $dmapdata=file_get_contents($lfile); |
