Commit 44f57331805135f5fd37b13b5414f3a6d9ed548c
1 parent
c6f036e7
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
... | ... | @@ -99,7 +99,7 @@ if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) |
99 | 99 | |
100 | 100 | Separe os ips por vírgula. Os usuários que tiverem seus ips listados, poderão editar o diretório i3geo/temas, desde que os mesmos tenham direito de leitura e escrita nesse diretório. |
101 | 101 | */ |
102 | - $editores = array("127.0.0.1"); | |
102 | + $editores = array("127.0.0.1","localhost"); | |
103 | 103 | /* |
104 | 104 | Variable: $dir_tmp |
105 | 105 | ... | ... |