server/lib
Lars 3a5087ccdf tempnam accepts a directory as its first parameter, not a full path and filename.
tempnam falls back to creating a file in the system's temp directory. On systems with open_basedir restrictions, this may trigger an error message. By moving this below the checkTemporaryDirectory-loop, tempnam will only be tested if all alternatives fail and the error message is most likely avoided.
2016-01-11 11:50:31 +01:00
..
l10n [tx-robot] updated from transifex 2016-01-11 01:55:34 -05:00
private tempnam accepts a directory as its first parameter, not a full path and filename. 2016-01-11 11:50:31 +01:00
public Remove generateRandomBytes from OC_Util 2016-01-10 22:07:33 +01:00
autoloader.php Move lib/repair to lib/private/repair 2016-01-07 09:14:35 +01:00
base.php Only '/tests' to be autoloaded when running unit tests 2016-01-10 21:36:14 +01:00