diff options
Diffstat (limited to 'playlist.php')
-rw-r--r-- | playlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist.php b/playlist.php index 44c40777..f70bcd18 100644 --- a/playlist.php +++ b/playlist.php @@ -24,7 +24,7 @@ * This is the playlist document, it handles all things playlist. */ -require_once("modules/init.php"); +require_once('lib/init.php'); show_template('header'); |