Add sumarry
This commit is contained in:
parent
a0657ff619
commit
bf36486bf3
5 changed files with 58 additions and 0 deletions
|
|
@ -169,6 +169,13 @@ class Team
|
|||
return $res['solved'];
|
||||
}
|
||||
|
||||
function get_solvedExercices()
|
||||
{
|
||||
$db = new BDD();
|
||||
$ids = $db->query("");
|
||||
$db->deconnexion();
|
||||
}
|
||||
|
||||
function authenticate($certificate)
|
||||
{
|
||||
//TODO
|
||||
|
|
|
|||
Reference in a new issue