mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:48:51 +08:00
add .env.example
This commit is contained in:
@@ -234,15 +234,7 @@ if ($currentStep == 5) {
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
|
||||
<title>Update NexusPHP | step <?php echo $currentStep?></title>
|
||||
<style type="text/css">
|
||||
.step .none {
|
||||
color: #aaa;
|
||||
}
|
||||
.step .done {
|
||||
color: #67c23a;
|
||||
}
|
||||
</style>
|
||||
<title>Install NexusPHP | step <?php echo $currentStep?></title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container mx-auto">
|
||||
|
||||
Reference in New Issue
Block a user