diff options
Diffstat (limited to 'www/zend_init.php')
| -rw-r--r-- | www/zend_init.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/www/zend_init.php b/www/zend_init.php deleted file mode 100644 index abfad93..0000000 --- a/www/zend_init.php +++ /dev/null @@ -1,8 +0,0 @@ -<? -$clientLibraryPath = "../zend/library"; -$oldPath = set_include_path(get_include_path() . PATH_SEPARATOR . $clientLibraryPath); - -require_once 'Zend/Loader.php'; // the Zend dir must be in your include_path -Zend_Loader::loadClass('Zend_Gdata_YouTube'); -$yt = new Zend_Gdata_YouTube(); -$yt->setMajorProtocolVersion(2); |
