1
0
mirror of https://github.com/danbee/neompc synced 2025-03-04 08:39:10 +00:00
neompc/index.php
2006-08-02 09:03:37 +00:00

16 lines
360 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('default/index.html');
?>