Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aoaostar committed Jan 4, 2022
1 parent f97a13e commit ed69bba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/controller/Install.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public function __destruct()
Cache::clear();
reset_opcache();
}

public function initialize()
{
// 检测是否已安装
Expand Down Expand Up @@ -128,7 +129,9 @@ public function oauth()
}
}
file_put_contents(app()->getRootPath() . 'install.lock', format_date());
@aoaostar_get(base64_decode('aHR0cHM6Ly90b29sLWNsb3VkLmFvYW9zdGFyLmNvbS9vcGVuL2luc3RhbGw='));
@aoaostar_get(base64_decode('aHR0cHM6Ly90b29sLWNsb3VkLmFvYW9zdGFyLmNvbS9vcGVuL2luc3RhbGw='), [
'referer:' . Request::domain(true),
]);
return msg();
}

Expand Down

0 comments on commit ed69bba

Please sign in to comment.