Skip to content

Commit

Permalink
Fix: security.lib.php not include here
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Sep 6, 2011
1 parent ac4bcfb commit 432d4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/lib/functions.lib.php
Expand Up @@ -92,7 +92,7 @@ function GETPOST($paramname,$check='',$method=0)
*/
function dol_getprefix()
{
return dol_hash($_SERVER["SERVER_NAME"].$_SERVER["DOCUMENT_ROOT"].DOL_DOCUMENT_ROOT.DOL_URL_ROOT);
return md5($_SERVER["SERVER_NAME"].$_SERVER["DOCUMENT_ROOT"].DOL_DOCUMENT_ROOT.DOL_URL_ROOT);
}

/**
Expand Down

0 comments on commit 432d4d3

Please sign in to comment.