Skip to content

Commit

Permalink
show admin update section by default
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Apr 15, 2019
1 parent 7e2cf6d commit f8e1fe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions process_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
if (!isset($menucollapses)) $menucollapses = true;
if (!isset($favicon)) $favicon = "favicon.png";
if (!isset($email_verification)) $email_verification = false;
if (!isset($admin_show_update)) $admin_show_update = true;

if (!isset($csv_decimal_places) || $csv_decimal_places=="") $csv_decimal_places = 2;
if (!isset($csv_decimal_place_separator) || $csv_decimal_place_separator=="") $csv_decimal_place_separator = '.';
Expand Down

0 comments on commit f8e1fe1

Please sign in to comment.