Commit c0ebbfdb4d015ac793a44e7a836777b86af396fd

Authored by Edmar Moretti
1 parent 2f5b4704

--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 376 $locaplic = "/opt/www/html/i3geo";
377 377 }
378 378 else{
379   - $dir_tmp = "/tmp";
  379 + $dir_tmp = "/tmp/ms_tmp";
380 380 $locaplic = "/var/www/i3geo";
381 381 }
382 382 $editores = array("127.0.0.1","localhost");
... ...