diff options
author | polo <ordipolo@gmx.fr> | 2024-05-27 21:34:05 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2024-05-27 21:34:05 +0200 |
commit | 46591fffb0226b0fa87e68248b06182389825f80 (patch) | |
tree | 32ff8fa73253a1d405854a09d6378ad0bb5b8eab /src/main.php | |
parent | d38caea1a79329c7c1c94245bde9712a6075df9d (diff) | |
download | AppliGestionPHP-46591fffb0226b0fa87e68248b06182389825f80.zip |
typeToClient() modifie $Client et ne touche la base que si nécessaire, nettoyage divers
Diffstat (limited to 'src/main.php')
-rwxr-xr-x | src/main.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.php b/src/main.php index c5b1950..95e5627 100755 --- a/src/main.php +++ b/src/main.php | |||
@@ -53,4 +53,5 @@ require('sections/1_customer.php'); | |||
53 | require('sections/2_service.php'); | 53 | require('sections/2_service.php'); |
54 | require('sections/3_modify_data.php'); | 54 | require('sections/3_modify_data.php'); |
55 | require('sections/4_get_document.php'); | 55 | require('sections/4_get_document.php'); |
56 | require('sections/5_view_data.php'); | ||
56 | require('main_loop.php'); // action !! | 57 | require('main_loop.php'); // action !! |