ajout connexion,ajout playlist, ajout chanson dans playlist, ajout filtre et tri pour chanson et album

This commit is contained in:
2024-06-10 09:52:24 +02:00
parent bdec7abeea
commit ceb305ab7d
17 changed files with 748 additions and 59 deletions

View File

@@ -58,7 +58,7 @@ $autoload['packages'] = array();
|
| $autoload['libraries'] = array('user_agent' => 'ua');
*/
$autoload['libraries'] = array();
$autoload['libraries'] = array('session');
/*
| -------------------------------------------------------------------
@@ -89,7 +89,7 @@ $autoload['drivers'] = array();
|
| $autoload['helper'] = array('url', 'file');
*/
$autoload['helper'] = array('url');
$autoload['helper'] = array('url', 'form', 'html');
/*
| -------------------------------------------------------------------