Correct includes links
diff --git a/contents/clients/android/index.php b/contents/clients/android/index.php
index 5e06c33..7a9f25c 100644
--- a/contents/clients/android/index.php
+++ b/contents/clients/android/index.php
@@ -28,7 +28,7 @@
"sync" => false,
"ha" => true
);
- include 'paho/_includes/features_list.php';
+ include 'contents/_includes/features_list.php';
getFeatures($features);
?>
diff --git a/contents/clients/c/embedded/index.php b/contents/clients/c/embedded/index.php
index ee99f1c..2ed4fdd 100644
--- a/contents/clients/c/embedded/index.php
+++ b/contents/clients/c/embedded/index.php
@@ -20,7 +20,7 @@
<h3>MQTTPacket</h3>
<p>This is the lowest level library, the simplest and smallest, but hardest to use. It simply deals with serialization and deserialization of MQTT packets. Serialization means taking application data and converting it to a form ready for sending across the network. Deserialization means taking the data read from the network and extracting the data.</p>
<?php
-include 'paho/_includes/features_list.php';
+include 'contents/_includes/features_list.php';
$features = array(
"mqtt-31" => true,
"mqtt-311" => true,
diff --git a/contents/clients/cpp/index.php b/contents/clients/cpp/index.php
index b16acaf..7d3ad29 100644
--- a/contents/clients/cpp/index.php
+++ b/contents/clients/cpp/index.php
@@ -23,7 +23,7 @@
"sync" => true,
"ha" => true
);
- include 'paho/_includes/features_list.php';
+ include 'contents/_includes/features_list.php';
getFeatures($features);
diff --git a/contents/clients/dotnet/index.php b/contents/clients/dotnet/index.php
index fbf8ae7..e9392c7 100644
--- a/contents/clients/dotnet/index.php
+++ b/contents/clients/dotnet/index.php
@@ -20,7 +20,7 @@
"sync" => false,
"ha" => false
);
- include 'paho/_includes/features_list.php';
+ include 'contents/_includes/features_list.php';
getFeatures($features);
diff --git a/contents/clients/golang/index.php b/contents/clients/golang/index.php
index 1c59910..fa1c25c 100644
--- a/contents/clients/golang/index.php
+++ b/contents/clients/golang/index.php
@@ -20,7 +20,7 @@
"sync" => false,
"ha" => true
);
- include 'paho/_includes/features_list.php';
+ include 'contents/_includes/features_list.php';
getFeatures($features);
diff --git a/contents/clients/java/index.php b/contents/clients/java/index.php
index 7361643..c7d0ca7 100644
--- a/contents/clients/java/index.php
+++ b/contents/clients/java/index.php
@@ -27,7 +27,7 @@
"sync" => true,
"ha" => true
);
- include 'paho/_includes/features_list.php';
+ include 'contents/_includes/features_list.php';
getFeatures($features);
diff --git a/contents/clients/js/index.php b/contents/clients/js/index.php
index d6b14d5..93e2d76 100644
--- a/contents/clients/js/index.php
+++ b/contents/clients/js/index.php
@@ -24,7 +24,7 @@
"sync" => false,
"ha" => true
);
- include 'paho/_includes/features_list.php';
+ include 'contents/_includes/features_list.php';
getFeatures($features);
diff --git a/contents/clients/python/index.php b/contents/clients/python/index.php
index b5764fd..3124d8e 100644
--- a/contents/clients/python/index.php
+++ b/contents/clients/python/index.php
@@ -20,7 +20,7 @@
"sync" => true,
"ha" => false
);
- include 'paho/_includes/features_list.php';
+ include 'contents/_includes/features_list.php';
getFeatures($features);
diff --git a/contents/clients/rust/index.php b/contents/clients/rust/index.php
index 1146e01..48ab5f9 100644
--- a/contents/clients/rust/index.php
+++ b/contents/clients/rust/index.php
@@ -24,7 +24,7 @@
"sync" => true,
"ha" => true
);
- include 'paho/_includes/features_list.php';
+ include 'contents/_includes/features_list.php';
getFeatures($features);