Skip to content

Commit d6218f4

Browse files
Merge pull request #128 from WanderingZombie/master
consistency. use __DIR__ instead of dirname(__FILE__)
2 parents 667ae3b + 0685a1e commit d6218f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/openstack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* @copyright 2013 Rackspace Hosting, Inc.
66
* @license http://www.apache.org/licenses/LICENSE-2.0
77
*/
8-
require_once dirname(__FILE__).'/php-opencloud.php';
8+
require_once __DIR__.'/php-opencloud.php';

lib/rackspace.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* @copyright 2013 Rackspace Hosting, Inc.
66
* @license http://www.apache.org/licenses/LICENSE-2.0
77
*/
8-
require_once dirname(__FILE__).'/php-opencloud.php';
8+
require_once __DIR__.'/php-opencloud.php';

0 commit comments

Comments
 (0)