mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
details.php award magic && display sponsorships
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace Nexus\Install;
|
||||
|
||||
use Illuminate\Support\Str;
|
||||
use Nexus\Database\DB;
|
||||
|
||||
class Install
|
||||
@@ -220,6 +221,9 @@ class Install
|
||||
$value = $oldGroupValues[$key];
|
||||
}
|
||||
}
|
||||
if ($prefix == 'basic' && Str::startsWith($value, 'localhost')) {
|
||||
$value = '';
|
||||
}
|
||||
if (isset($requireDirs[$prefix]) && in_array($key, $requireDirs[$prefix])) {
|
||||
$dir = getFullDirectory($value);
|
||||
$tableRows[] = [
|
||||
|
||||
Reference in New Issue
Block a user