Skip to content

Commit

Permalink
Clean var
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 14, 2024
1 parent e478fd8 commit d8e1bf8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions htdocs/core/website.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,13 @@

$_COOKIE[$sessionname] = 'obfuscatedcookie';
unset($conf->file->instance_unique_id);

unset($dolibarr_main_instance_unique_id);
unset($dolibarr_main_db_host);
unset($dolibarr_main_db_port);
unset($dolibarr_main_db_name);
unset($dolibarr_main_db_user);
unset($dolibarr_main_db_pass);
unset($$dolibarr_main_db_type);
unset($dolibarr_main_document_root);
unset($dolibarr_main_document_root_alt);

0 comments on commit d8e1bf8

Please sign in to comment.