Mark Slee | 6e53644 | 2006-06-30 18:28:50 +0000 | [diff] [blame] | 1 | <?php |
2 | |||||
Mark Slee | cfc0193 | 2006-09-01 22:18:16 +0000 | [diff] [blame] | 3 | /** Set global THRIFT ROOT automatically via inclusion here */ |
4 | if (!isset($GLOBALS['THRIFT_ROOT'])) { | ||||
5 | $GLOBALS['THRIFT_ROOT'] = dirname(__FILE__); | ||||
6 | } | ||||
7 | include_once $GLOBALS['THRIFT_ROOT'].'/protocol/TProtocol.php'; | ||||
Mark Slee | 6e53644 | 2006-06-30 18:28:50 +0000 | [diff] [blame] | 8 | |
9 | ?> |