]> source.dussan.org Git - nextcloud-server.git/commit
Use __DIR__ instead of dirname(__FILE__).
authorAndreas Fischer <bantu@owncloud.com>
Wed, 21 Aug 2013 08:59:31 +0000 (10:59 +0200)
committerAndreas Fischer <bantu@owncloud.com>
Wed, 21 Aug 2013 09:01:24 +0000 (11:01 +0200)
commit83afb46205ef9b2235a4b978beed44267d3e6c81
tree13f1aa5b088267fe914df633248551cc5f3c7d3d
parent85ac9572ce4f43d1a87dfdfd898b17493f9f8539
Use __DIR__ instead of dirname(__FILE__).

This is possible because we require PHP 5.3 or higher.
apps/files_encryption/lib/crypt.php
apps/files_encryption/tests/crypt.php
apps/files_encryption/tests/keymanager.php
apps/files_encryption/tests/share.php
apps/files_encryption/tests/stream.php
apps/files_encryption/tests/trashbin.php
apps/files_encryption/tests/util.php
apps/files_encryption/tests/webdav.php