* @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 * @version PHP 5.2 * @link http://www.ampache.org/ * @since File available since Release 1.0 */ $web_path = Config::get('web_path'); /* Flagged Information Gathering */ $flagged = Flag::get_recent(10); /* Disabled Information Gathering */ $songs = Catalog::get_disabled(10); ?>  
...