diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-07-13 13:44:30 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-07-13 13:44:40 +0100 |
| commit | c00955c221aa414e9ae681d36487fade171e84ce (patch) | |
| tree | 71048b1078cc990e5fb1547ca0acb9acdf9baa9a | |
| parent | 3f38ae89555f7535d719895214f47d9ad788c5a1 (diff) | |
| download | webtrees-c00955c221aa414e9ae681d36487fade171e84ce.tar.gz webtrees-c00955c221aa414e9ae681d36487fade171e84ce.tar.bz2 webtrees-c00955c221aa414e9ae681d36487fade171e84ce.zip | |
The setup wizard has lost its styling
| -rw-r--r-- | resources/views/layouts/setup.php | 2 | ||||
| -rw-r--r-- | setup.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/layouts/setup.php b/resources/views/layouts/setup.php index 19de717569..4b237305e7 100644 --- a/resources/views/layouts/setup.php +++ b/resources/views/layouts/setup.php @@ -8,7 +8,7 @@ <title><?= I18N::translate('Setup wizard for webtrees') ?></title> <link rel="icon" href="favicon.ico" type="image/x-icon"> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous"> + <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous"> </head> <body class="container"> @@ -33,7 +33,7 @@ define('WT_WEBTREES', 'webtrees'); define('WT_BASE_URL', ''); define('WT_DATA_DIR', 'data/'); define('WT_REQUIRED_MYSQL_VERSION', '5.0.13'); -define('WT_REQUIRED_PHP_VERSION', '5.6'); +define('WT_REQUIRED_PHP_VERSION', '7.0'); define('WT_MODULES_DIR', 'modules_v3/'); define('WT_ROOT', __DIR__ . '/'); define('WT_THEMES_DIR', 'themes/'); |
