new profs redirects to command

This commit is contained in:
asus
2024-03-20 14:44:19 +01:00
parent 0717a7d9e4
commit b93a3298d2
6 changed files with 34 additions and 8 deletions

View File

@@ -79,7 +79,7 @@ class PLGNTLS_class {
// SLUG
const SLUG_PROF_INACTIV = 'validation-en-cours';
const SLUG_RENEW_CARD = 'commande';
const SLUG_COMMAND_CARD = 'commande';
const SLUG_PAGE_REDIRECTION = 'redirection_cipf';
const SLUG_PAYPAL_PAGE = 'paiement';
const SLUG_PAYPAL_REDIRECTION_SUCCESS = self::SLUG_PAGE_REDIRECTION;
@@ -132,7 +132,7 @@ class PLGNTLS_class {
const ADMIN_VALIDATE_PROF_FIELD = 'admin_activate_prof_cipf'; // for admin_modif_prof.php
private static $_DEBUG_INFOS = false;
private static $_DEBUG_INFOS = true;
private static $_plugin_dir_path;
private static $_plugin_name;
private static $_file_dir_path;