nextcloud/lib
Lukas Reschke 17f2cfbb9c Use file_exists to verify that config file exists
There might be the case that `fopen($file, 'r')` returns false and thus ownCloud might believe that the config file is empty and thus potentially leading to an overwrite of the config file.

This changeset introduces `file_exists` again which was used in ownCloud 5 where no such problems where reported and should not be affected by such problems.

Ref https://github.com/owncloud/core/issues/12785#issuecomment-71548720
2015-01-27 00:50:14 +01:00
..
l10n [tx-robot] updated from transifex 2015-01-26 01:54:29 -05:00
private Use file_exists to verify that config file exists 2015-01-27 00:50:14 +01:00
public Add a method to set/unset multiple config values in one call 2015-01-23 11:00:53 +01:00
repair Mask table and column names with backticks and add lastInsertID() workaround 2015-01-15 14:43:06 +01:00
autoloader.php use Composer autoloader not OC for non-Composer 3rdparty (#9643) 2014-10-28 11:32:20 +01:00
base.php Merge pull request #13314 from owncloud/login-hook-logout 2015-01-22 23:34:19 +01:00