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

Restore missing includes

Slightly overzealous in removing things
This commit is contained in:
Paul Arthur 2012-03-14 03:07:05 -04:00
parent 8170ff7c8c
commit 86783c009a
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ define('CLI', 1);
$path = dirname(__FILE__);
$prefix = realpath($path . '/../../');
require_once $prefix . '/lib/init-tiny.php';
require_once $prefix . '/lib/install.lib.php';
$options = getopt(
'h:d:f:p:P:u:U:w:',

View file

@ -28,6 +28,7 @@
$prefix = dirname(__FILE__);
require_once $prefix . '/lib/init-tiny.php';
require_once $prefix . '/lib/install.lib.php';
set_error_handler('ampache_error_handler');