wip event schedule

This commit is contained in:
asus
2024-04-02 13:24:22 +02:00
parent 86539d5c14
commit bc06828093
4 changed files with 74 additions and 17 deletions

View File

@@ -52,6 +52,7 @@ include_once(Plgntls::root_path() . 'php/redirections.php');
include_once(Plgntls::root_path() . 'php/display_css.php');
include_once(Plgntls::root_path() . 'php/payments.php');
include_once(Plgntls::root_path() . 'php/random_posts.php');
include_once(Plgntls::root_path() . 'php/scheduled_events.php');
// admin
include_once(Plgntls::root_path() . 'php/admin_hide_bar.php');
include_once(Plgntls::root_path() . 'php/admin_user_profil.php');