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:
parent
8170ff7c8c
commit
86783c009a
2 changed files with 2 additions and 0 deletions
|
@ -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:',
|
||||
|
|
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue