From 220897ae26251e8a5703f081d39baae088f6751c Mon Sep 17 00:00:00 2001 From: Gerrit Uitslag Date: Thu, 31 Aug 2023 00:59:34 +0200 Subject: update urls and simplify regexp --- install.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'install.php') diff --git a/install.php b/install.php index 47b36206b..9b33607e7 100644 --- a/install.php +++ b/install.php @@ -131,7 +131,7 @@ header('Content-Type: text/html; charset=utf-8'); left top no-repeat; display: block; width:380px; height:73px; border:none; clear:both;" target="_blank" - href="http://www.dokuwiki.org/security#web_access_security"> + href="https://www.dokuwiki.org/security#web_access_security">
@@ -164,8 +164,8 @@ header('Content-Type: text/html; charset=utf-8');
- driven by DokuWiki - powered by PHP + driven by DokuWiki + powered by PHP
@@ -261,7 +261,7 @@ function print_form($d) /> - [?] + [?] @@ -671,7 +671,7 @@ function langsel() $langs = []; while (($file = readdir($dh)) !== false) { - if (preg_match('/^[\._]/', $file)) continue; + if (preg_match('/^[._]/', $file)) continue; if (is_dir($dir . '/' . $file) && file_exists($dir . '/' . $file . '/lang.php')) { $langs[] = $file; } -- cgit v1.2.3