created functions to handle all state changes

This commit is contained in:
asus
2024-03-19 12:37:16 +01:00
parent f221e43807
commit 5010b70d79
7 changed files with 317 additions and 97 deletions

View File

@@ -44,6 +44,7 @@ include_once(PLGNTLS_class::root_path() . 'php/author_restriction.php');
include_once(PLGNTLS_class::root_path() . 'php/profs_profil.php');
include_once(PLGNTLS_class::root_path() . 'php/profs_form.php');
include_once(PLGNTLS_class::root_path() . 'php/profs_dates.php');
include_once(PLGNTLS_class::root_path() . 'php/profs_states.php');
include_once(PLGNTLS_class::root_path() . 'php/partners_register.php');
include_once(PLGNTLS_class::root_path() . 'php/partners_page.php');