Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
david7207 committed Aug 19, 2019
2 parents ad09bba + ad093a5 commit 3731b90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function str_rand($length = 16, $char = '0123456789abcdefghijklmnopqrstuvwxyzABC
*/
function make_token()
{
return md5('LSKY PRO' . uniqid() . time());
return md5('LSKY PRO' . uniqid('', true) . time());
}

/**
Expand Down
2 changes: 1 addition & 1 deletion application/index/view/common/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
</script>
{if $user and $user.is_admin and !cookie('?no_update')}
<script>
app.update(thatVer, false);
//app.update(thatVer, false);
</script>
{/if}
{$config.statistics_code|raw}
Expand Down

0 comments on commit 3731b90

Please sign in to comment.