mmlTools / DarkCore-CMS

This is a Trinitycore Website CMS under development
28 stars 34 forks source link

Update strings.php #27

Closed alexandre433 closed 7 years ago

alexandre433 commented 7 years ago

Update strings.php Reordered "char_name_color" function switch case

Update global.php Modified functions redirect and logout. Redirect - Modified the redirection method to "Location" because it's method is to basicly redirect from one page to another Logout - Modified from session_unset() to session_destroy(), because when someone logs out their connection needs to be destroyed so that It cannot be used by others, it does not clear the variables used, it destroys everything that was created. So, its more secure using this function.