Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
7d5da163624c5562f2f24d32f831d8cdde5fc75e
/
.
/
lib
/
php
/
src
/
Thrift.php
blob: ee480920fa115a6702814505d23ab6c118a90f34 [
file
] [
log
] [
blame
]
<?
php
/** Set global THRIFT ROOT automatically via inclusion here */
if
(!
isset
(
$GLOBALS
[
'THRIFT_ROOT'
]))
{
$GLOBALS
[
'THRIFT_ROOT'
]
=
dirname
(
__FILE__
);
}
include_once $GLOBALS
[
'THRIFT_ROOT'
].
'/protocol/TProtocol.php'
;
?>