1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 01:39:28 +02:00

Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68)

This commit is contained in:
Afterster 2013-12-13 08:36:23 +01:00
parent d0726e70b7
commit 5eceaf2aea
254 changed files with 1149 additions and 1149 deletions

View file

@ -22,4 +22,4 @@
require_once 'lib/init.php';
require_once Config::get('prefix') . '/templates/show_web_player.inc.php';
require_once AmpConfig::get('prefix') . '/templates/show_web_player.inc.php';