summaryrefslogtreecommitdiff
path: root/www/zend_init.php
diff options
context:
space:
mode:
authorHorus32014-02-26 19:48:59 +0100
committerHorus32014-02-26 19:48:59 +0100
commit71da2f74b621c838f835fd04d6f2d737bfceb6b0 (patch)
treee9361dbd2fcdd33cedff84c73add9c6cf892373d /www/zend_init.php
parentf4c30ebad16c0b72aaf122dab4fb193c780e2ac9 (diff)
downloadrandom-71da2f74b621c838f835fd04d6f2d737bfceb6b0.tar.gz
merged into one file
Diffstat (limited to 'www/zend_init.php')
-rw-r--r--www/zend_init.php8
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);