1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 10:49:37 +02:00

tweaked the stats information, removed folders, was just to slow.. :( removed playlist.lib.php as its not longer needed

This commit is contained in:
Karl 'vollmerk' Vollmer 2007-09-03 19:16:18 +00:00
parent 32180a41a1
commit 219c359274
4 changed files with 22 additions and 194 deletions

View file

@ -125,7 +125,6 @@ require_once $prefix . '/lib/gettext.php';
require_once $prefix . '/lib/batch.lib.php';
require_once $prefix . '/lib/themes.php';
require_once $prefix . '/lib/stream.lib.php';
require_once $prefix . '/lib/playlist.lib.php';
require_once $prefix . '/lib/democratic.lib.php';
require_once $prefix . '/lib/xmlrpc.php';
require_once $prefix . '/modules/xmlrpc/xmlrpc.inc';