diff --git a/install/index.php b/install/index.php index a2734018c..0ae86c0f7 100644 --- a/install/index.php +++ b/install/index.php @@ -59,7 +59,8 @@ function isExtensionInstalled($extensionName) return in_array($extensionName, get_loaded_extensions()); } -function delDir($dir) { +function delDir($dir) +{ $files = glob($dir . '*', GLOB_MARK); foreach ($files as $file) { if (substr($file, -1) == '/') { @@ -465,7 +466,15 @@ global $wavelog_url;
-

Now you can create your first user in Wavelog. Fill out all fields and click continue.
Make sure you use a proper password.

+
+
+

Now you can create your first user in Wavelog. Fill out all fields and click continue.
Make sure you use a proper password.

+
+
+ +
+
+
@@ -490,7 +499,7 @@ global $wavelog_url;
-
+
@@ -500,11 +509,12 @@ global $wavelog_url;
-
+
+
- +
@@ -515,426 +525,427 @@ global $wavelog_url;
- - -
- - -
- + +
+
+ +
-
-
+
+ + +
+
-
-
- - -
-
- -
+
@@ -1457,4 +1462,4 @@ global $wavelog_url; - + \ No newline at end of file