Lines 1-5
Link Here
|
1 |
--- install/index.php.bak 2015-03-12 03:12:05.409276443 -0700 |
1 |
--- install/index.php.orig 2016-05-28 10:54:08.124059773 +0100 |
2 |
+++ install/index.php 2015-03-12 03:14:17.596295374 -0700 |
2 |
+++ install/index.php 2016-05-28 10:54:34.252057818 +0100 |
|
|
3 |
@@ -63,7 +63,7 @@ |
4 |
} |
5 |
|
6 |
function verify_php_extensions() { |
7 |
- $extensions = array("session", "sockets", "mysql", "xml"); |
8 |
+ $extensions = array("session", "sockets", "mysqli", "xml"); |
9 |
$ok = true; |
10 |
$missing_extension = " <p style='font-family: Verdana, Arial; font-size: 16px; font-weight: bold; color: red;'>Error</p> |
11 |
<p style='font-family: Verdana, Arial; font-size: 12px;'>The following PHP extensions are missing:</p><ul>"; |
3 |
@@ -267,7 +267,7 @@ |
12 |
@@ -267,7 +267,7 @@ |
4 |
if (config_value_exists("path_cactilog")) { |
13 |
if (config_value_exists("path_cactilog")) { |
5 |
$input["path_cactilog"]["default"] = read_config_option("path_cactilog"); |
14 |
$input["path_cactilog"]["default"] = read_config_option("path_cactilog"); |