ownCloud uses some third party PHP components to provide some of its functionality. These components are part of the software package and are contained in the /3rdparty folder.
When using third party components, keep the following parameters in mind:
An example of what these parameters might look like is as follows:
<?php
"3rdpartyroot" => OC::$SERVERROOT."/3rdparty",
"3rdpartyurl" => "/3rdparty",