mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch '205-anadida-ruta-en-appdata-local-temp-por-defecto-para-windows-en-plugin-grep_log' into 'develop'
Resolve "Añadida ruta en Appdata/Local/TEMP por defecto para windows en plugin grep_log" See merge request artica/pandorafms!2187
This commit is contained in:
commit
3c698abcad
@ -30,7 +30,7 @@ my $Output = 'module';
|
||||
my $Verbose = 0;
|
||||
|
||||
# Index file storage directory, with a trailing '/'
|
||||
my $Idx_dir=($^O =~ /win/i)?'.\\':'/tmp/';
|
||||
my $Idx_dir=($^O =~ /win/i)?"$ENV{'TMP'}\\":"/tmp/";
|
||||
|
||||
# Log file
|
||||
my $Log_file = '';
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user