Code Search for Developers
 
 
  

getWwwRoot.php from LiveSupport at Krugle


Show getWwwRoot.php syntax highlighted

<?php
/**
 * @author $Author: paul $
 * @version $Revision: 2774 $
 */

/*------------------------------------------------------------------------------
 *  This script returns storage root URL
 *----------------------------------------------------------------------------*/

header("Content-type: text/plain");
require("../conf.php");
echo "http://{$CC_CONFIG['storageUrlHost']}:{$CC_CONFIG['storageUrlPort']}".
             "{$CC_CONFIG['storageUrlPath']}";
?>



See more files for this project here

LiveSupport

LiveSupport is a radio playout and automation system. It enables radio stations to automate their broadcasts by using playlists that are scheduled for airing. Playlists can contain music, talk, or even other playlists. A Web interface is included, so radio station personnel can manage the the station's broadcasts remotely.

Project homepage: http://www.campware.org/en/camp/livesupport_news/
Programming language(s): C++,PHP,Shell Script,XML
License: gpl2

  getGname.php
  getWwwRoot.php
  getXrUrl.php
  index.php
  install.php
  uninstall.php