- creates redirect-home function

- restrict prof form to profs
- restrict paypal page for prof only
This commit is contained in:
asus
2024-03-20 01:02:46 +01:00
parent 0127d8db4c
commit 33adb095e5
5 changed files with 70 additions and 38 deletions

View File

@@ -40,7 +40,6 @@ include_once(PLGNTLS_class::root_path() . 'php/paypal/paypal.php');
include_once(PLGNTLS_class::root_path() . '/php/hide_admin.php');
//include_once(PLGNTLS_class::root_path() . '/php/menus.php');
include_once(PLGNTLS_class::root_path() . 'php/redirections.php');
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');