Code Search for Developers
 
 
  

getGname.php from LiveSupport at Krugle


Show getGname.php syntax highlighted

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

/*------------------------------------------------------------------------------
 *  This (web-callable) script returns group running httpd
 *----------------------------------------------------------------------------*/

 header("Content-type: text/plain");
 $egid = posix_getegid();
 $info = posix_getgrgid($egid);
 echo $info['name'];
?>



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