mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
- Bug fix: it's better to write the temporary file in the root directory because we already require (and validate) that this directory is writable from PHP.
SVN:code[51]
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
define ('KEYS_CACHE_FILE', 'keyscache.tmp');
|
||||
define ('KEYS_CACHE_FILE', '../keyscache.tmp');
|
||||
/**
|
||||
* Class to load sets of objects from XML files into the database
|
||||
* XML files can be produced by the 'export' web service or by any other means
|
||||
|
||||
Reference in New Issue
Block a user