Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 479 Rev 484
Line 63... Line 63...
63
					break;
63
					break;
64
				case 'uploadEflore' :
64
				case 'uploadEflore' :
65
					$wiki = $this->getClasseWiki();
65
					$wiki = $this->getClasseWiki();
66
					$wiki->uploaderDansWikiEflore();
66
					$wiki->uploaderDansWikiEflore();
67
					break;
67
					break;
-
 
68
				case 'uploadEfloreIndex' :
-
 
69
					$wiki = $this->getClasseWiki();
-
 
70
					$wiki->uploaderIndexDansWikiEflore();
-
 
71
					break;
68
				default :
72
				default :
69
					throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
73
					throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
70
			}
74
			}
71
		} catch (Exception $e) {
75
		} catch (Exception $e) {
72
			$this->traiterErreur($e->getMessage());
76
			$this->traiterErreur($e->getMessage());