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