mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 17:59:21 +02:00
Use Composer for dependencies
This commit is contained in:
parent
fa8084d312
commit
16d80f8435
1882 changed files with 3711 additions and 327466 deletions
|
@ -258,6 +258,11 @@ function return_bytes($val)
|
|||
return $val;
|
||||
}
|
||||
|
||||
function check_dependencies_folder()
|
||||
{
|
||||
return file_exists(AmpConfig::get('prefix') . '/lib/vendor');
|
||||
}
|
||||
|
||||
/**
|
||||
* check_config_writable
|
||||
* This checks whether we can write the config file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue