Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
e7714a6c0911a42ead7934934334b7d330b36e87
/
.
/
lib
/
php
/
src
/
Thrift.php
blob: fc4034bc2913cadb38288b55ffb1367111b11914 [
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'
;
?>