From e3734f063ed58356f9653a81f6dea86aa55931f4 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 17 Jun 2006 16:32:04 +0000 Subject: moved init.php improved vainfo a bit, removed checkboxes from search page --- song.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'song.php') diff --git a/song.php b/song.php index 6905d71b..37851117 100644 --- a/song.php +++ b/song.php @@ -29,7 +29,7 @@ FIXME: don't get me started... :( */ -require('modules/init.php'); +require('lib/init.php'); /* If we are running a demo, quick while you still can! */ if (conf('demo_mode') || !$user->has_access('25')) { -- cgit