X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=install.d%2Fprofile.inc.php;h=7d62c5e20ac454c151c907b3385301aeabc9c888;hb=086966b9be627a5dc18404f0e7426ea263034b1f;hp=3d2cf41dc752098747d453f06074e9752749bc8f;hpb=0fbea43797b6ccd2914c5218653c604e2ef994d8;p=banana.git diff --git a/install.d/profile.inc.php b/install.d/profile.inc.php index 3d2cf41..7d62c5e 100644 --- a/install.d/profile.inc.php +++ b/install.d/profile.inc.php @@ -27,8 +27,12 @@ function getprofile() { .htmlentities($_SESSION['mail']).">"; $array['sig'] = $_SESSION['sig']; $array['org'] = $_SESSION['org']; + $array['customhdr'] = ""; $array['display'] = $_SESSION['displaytype']; $array['lastnews'] = time()-86400; + $array['locale'] = "locales/fr.inc.php"; + $array['subscribe'] = array(); + $array['dropsig'] = true; return $array; } ?>