mirror of
https://github.com/danbee/neompc
synced 2025-03-04 08:39:10 +00:00
16 lines
373 B
PHP
16 lines
373 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');
|
|
|
|
?>
|