Skip to content

Commit 0685a1e

Browse files
Update openstack.php
consistency. use __DIR__
1 parent 9e8ac77 commit 0685a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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';

0 commit comments

Comments
 (0)