예제 #1
0
 public function getUserMDHash()
 {
     //Add the tab hash to include the change of tabs (e.g. module order) as a part of the user hash
     $tabs = new TabController();
     $tabHash = $tabs->getMySettingsTabHash();
     return md5($this->hashTS . $tabHash);
 }