Commit ecebec16cc3ae626ef9908d8fda78a525df9f705
1 parent
dec7de94
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
admin/admin.db
No preview for this file type
ms_configura.php
@@ -411,7 +411,7 @@ if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) | @@ -411,7 +411,7 @@ if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) | ||
411 | 411 | ||
412 | $cachedir = 'c:/temp/cache'; | 412 | $cachedir = 'c:/temp/cache'; |
413 | */ | 413 | */ |
414 | - $cachedir = "c:/temp/cache"; | 414 | + $cachedir = ""; |
415 | } | 415 | } |
416 | else //se for linux | 416 | else //se for linux |
417 | { | 417 | { |