- 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:
Denis Flaven
2009-04-20 13:23:30 +00:00
parent ce4674718a
commit acbb54104e

View File

@@ -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