Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flucout committed Jan 19, 2025
1 parent 53a4840 commit fdbbd30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/Plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ private static function save_plugin_list($data, $os){
$data['beta'] = 0;
$data['uid'] = 1;
$data['skey'] = '';
$data['pro'] = -1;
$data['ltd'] = strtotime('+10 year');
}
foreach($data['list'] as &$plugin){
Expand Down

0 comments on commit fdbbd30

Please sign in to comment.