aboutsummaryrefslogtreecommitdiffstats
path: root/mod/photo.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-25 19:05:49 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-25 19:05:49 -0700
commit70975dda4ae5237914b510ee61559fc8233ab34d (patch)
tree993b00bbfb51c3170bd2671962da09319bce0244 /mod/photo.php
parentb06b6f798fbfde8ab7f0ed25145b53560e6b4968 (diff)
downloadvolse-hubzilla-70975dda4ae5237914b510ee61559fc8233ab34d.tar.gz
volse-hubzilla-70975dda4ae5237914b510ee61559fc8233ab34d.tar.bz2
volse-hubzilla-70975dda4ae5237914b510ee61559fc8233ab34d.zip
remove all QR-code stuff from core - now in qrator addon
Diffstat (limited to 'mod/photo.php')
-rw-r--r--mod/photo.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/mod/photo.php b/mod/photo.php
index e6d21562d..2e16fc1d9 100644
--- a/mod/photo.php
+++ b/mod/photo.php
@@ -22,14 +22,6 @@ function photo_init(&$a) {
// NOTREACHED
}
- if($photo === 'qr') {
- $t = $_GET['qr'];
- require_once('library/phpqrcode/phpqrcode.php');
- header("Content-type: image/png");
- QRcode::png(($t) ? $t : '.');
- killme();
- }
-
$observer_xchan = get_observer_hash();
$default = get_default_profile_photo();