1
0
mirror of https://github.com/danbee/neompc synced 2025-03-04 08:39:10 +00:00
neompc/index.php
Dan Barber b46e8f7441 ~ Fixed problems with apostrophes and ampersands in paths/names. Still need to sort out international characters.
+ Tracks in an album are now sorted by tracknumber.

+ Added config file.
2007-05-10 13:52:32 +00:00

17 lines
377 B
PHP

<?php
/* Dans MPD Client (need a better name for it)
** Version 0.2
**
** This file is really just a stub now that brings in the code and outputs the generated interface.
*/
require("lib/global.php");
require("lib/actions.php");
require("lib/page.php");
/* output the template */
$smarty->display($_CONFIG['template'] . '/index.html');
?>