diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/profile.php | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/www/profile.php b/www/profile.php index e6894d0..63f4da8 100644 --- a/www/profile.php +++ b/www/profile.php @@ -23,6 +23,7 @@ require_once 'www-header.php';  /* Service creation: only useful services are created */  // No specific services +$tplVars['loadjs'] = true;  /* Managing all possible inputs */  isset($_POST['submittedPK']) ? define('POST_SUBMITTEDPK', $_POST['submittedPK']): define('POST_SUBMITTEDPK', ''); | 
