Commit c0ebbfdb4d015ac793a44e7a836777b86af396fd
1 parent
2f5b4704
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ms_configura.php
@@ -376,7 +376,7 @@ else //se for linux | @@ -376,7 +376,7 @@ else //se for linux | ||
376 | $locaplic = "/opt/www/html/i3geo"; | 376 | $locaplic = "/opt/www/html/i3geo"; |
377 | } | 377 | } |
378 | else{ | 378 | else{ |
379 | - $dir_tmp = "/tmp"; | 379 | + $dir_tmp = "/tmp/ms_tmp"; |
380 | $locaplic = "/var/www/i3geo"; | 380 | $locaplic = "/var/www/i3geo"; |
381 | } | 381 | } |
382 | $editores = array("127.0.0.1","localhost"); | 382 | $editores = array("127.0.0.1","localhost"); |