@ -7,8 +7,13 @@ class controllerAdmin {
session_start();
try
{
if (in_array("action",$_REQUEST)) {
$action = $_REQUEST['action'];
}
else {
$action = "";
switch($action) {
case "ajoutSource":
$this->ajoutSource($_REQUEST["linkSource"]);