-
Notifications
You must be signed in to change notification settings - Fork 23
/
slim.php
31 lines (30 loc) · 1018 Bytes
/
slim.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
/**
* - JINZORA | Web-based Media Streamer -
*
* Jinzora is a Web-based media streamer, primarily desgined to stream MP3s
* (but can be used for any media file that can stream from HTTP).
* Jinzora can be integrated into a CMS site, run as a standalone application,
* or integrated into any PHP website. It is released under the GNU GPL.
*
* - Resources -
* - Jinzora Author: Ross Carlson <[email protected]>
* - Web: http://www.jinzora.org
* - Documentation: http://www.jinzora.org/docs
* - Support: http://www.jinzora.org/forum
* - Downloads: http://www.jinzora.org/downloads
* - License: GNU GPL <http://www.gnu.org/copyleft/gpl.html>
*
* - Contributors -
* Please see http://www.jinzora.org/team.html
*
* - Code Purpose -
* - Displays the "slim" version of Jinzora for mobile and small devices
*
* @since 02.17.04
* @author Ross Carlson <[email protected]>
* @author Ben Dodson <[email protected]>
*/
define('JZ_FRONTEND_OVERRIDE',"slimzora");
require_once('index.php');
?>