summaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-06-09 17:32:33 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-06-09 22:07:40 +0200
commit6458123e1276147095f296522a61823676006f3f (patch)
tree6e3d7c613302310b892df08900de2166c97ed5fd /install.php
parent8c572f55b17b86cbfa56f18f0491e05092f755b1 (diff)
Use PHP library for QR codes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'install.php')
-rw-r--r--install.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/install.php b/install.php
index 3d486d911..1deb8cc2a 100644
--- a/install.php
+++ b/install.php
@@ -60,14 +60,6 @@ if ($buf != "0") {
$errors .= " - Error when testing ansi2html: Return code was \"$buf\".\n";
}
-// test qrencode
-ob_start();
-passthru("qrencode -V 2>&1", $buf);
-ob_end_clean();
-if ($buf != "0") {
- $errors .= " - Error when testing qrencode: Return code was \"$buf\".\n";
-}
-
// test imagemagick
ob_start();
passthru("convert --version 2>&1", $buf);