diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/catalog.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/catalog.php b/admin/catalog.php index 9e82268f..29f3db27 100644 --- a/admin/catalog.php +++ b/admin/catalog.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2007 Ampache.org + Copyright (c) Ampache.org All rights reserved. This program is free software; you can redistribute it and/or @@ -19,6 +19,7 @@ */ + require_once '../lib/init.php'; if (!Access::check('interface','100')) { |