diff options
author | polo <ordipolo@gmx.fr> | 2023-01-10 13:08:54 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2023-01-10 13:08:54 +0100 |
commit | 945af9fda5146405ab9903d4d268bcb2fe95da25 (patch) | |
tree | 0c3af5ae3e4068e65c3e066c83c7d72058339a7d /src/sections/2_modify_service.php | |
parent | 1894fc377e6b938ea34df9980567a1634ec6ef48 (diff) | |
download | AppliGestionPHP-945af9fda5146405ab9903d4d268bcb2fe95da25.zip |
enregistrement section 1
Diffstat (limited to 'src/sections/2_modify_service.php')
-rw-r--r-- | src/sections/2_modify_service.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/sections/2_modify_service.php b/src/sections/2_modify_service.php new file mode 100644 index 0000000..72e2605 --- /dev/null +++ b/src/sections/2_modify_service.php | |||
@@ -0,0 +1,9 @@ | |||
1 | <?php | ||
2 | // sections/2_modify_service.php | ||
3 | // | ||
4 | // -- SECTION 2: Modifier une prestation -- | ||
5 | |||
6 | function modifyService(): int // code de retour, si 2 aller à la section 2, etc | ||
7 | { | ||
8 | return(0); // menu principal | ||
9 | } | ||