diff options
Diffstat (limited to 'src/main_loop.php')
-rw-r--r-- | src/main_loop.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main_loop.php b/src/main_loop.php index f68c251..23f6235 100644 --- a/src/main_loop.php +++ b/src/main_loop.php | |||
@@ -3,11 +3,6 @@ | |||
3 | // | 3 | // |
4 | // -- BOUCLE PRINCIPALE -- | 4 | // -- BOUCLE PRINCIPALE -- |
5 | 5 | ||
6 | require('sections/1_customer.php'); | ||
7 | require('sections/2_service.php'); | ||
8 | require('sections/3_modify_data.php'); | ||
9 | require('sections/4_get_document.php'); | ||
10 | |||
11 | $main_loop = true; | 6 | $main_loop = true; |
12 | $section = [0, null]; // [code de retour, éventuelles données] | 7 | $section = [0, null]; // [code de retour, éventuelles données] |
13 | 8 | ||