This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* GrooveShark - Interface to the Grooveshark unofficial web API | |
* | |
* PHP Version 5 | |
* | |
* @author Matt Austin <[email protected]> | |
*/ | |
include("util.class.php"); |