10 lines
178 B
PHP
10 lines
178 B
PHP
<?php
|
|
/**
|
|
* Fake class to autoload Scribe and required Thrift classes
|
|
*/
|
|
interface Horde_Scribe extends Horde_Thrift
|
|
{
|
|
}
|
|
|
|
include_once $GLOBALS['THRIFT_ROOT'] . '/scribe.php';
|