Révision 7938c308 assistant.cpp
assistant.cpp | ||
---|---|---|
1 |
/** |
|
2 |
* Classe |
|
1 |
/** Classe Assistant qui permet de créer l'espace d'hébergement web |
|
3 | 2 |
* @see https://redmine.ryxeo.com/projects/ |
4 | 3 |
* @author 2012 Eric Seigne <eric.seigne@ryxeo.com> |
5 | 4 |
* @see The GNU Public License (GNU/GPL) v3 |
6 | 5 |
* |
7 | 6 |
* |
8 |
* |
|
9 | 7 |
* This program is free software; you can redistribute it and/or modify |
10 | 8 |
* it under the terms of the GNU General Public License as published by |
11 | 9 |
* the Free Software Foundation; either version 3 of the License, or |
... | ... | |
50 | 48 |
|
51 | 49 |
//On uploade le code php |
52 | 50 |
//m_ftp->cd(ui->leFTPDirectory->text()); |
53 |
QDir dir("www"); |
|
51 |
QDir dir("data/www");
|
|
54 | 52 |
m_tools->clear(); |
55 | 53 |
m_tools->parcoursRecursif(dir.absolutePath(),""); |
56 | 54 |
//qDebug() << m_fileListToUpload; |
Formats disponibles : Unified diff