From a314dbc56207eff751dbce5c88b055ae8e41ae30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Thu, 22 Dec 2016 09:14:14 +0100 Subject: [PATCH] removed conflict solving remains, took from upstream/develop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- mod/proxy.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/mod/proxy.php b/mod/proxy.php index a8c24cf088..8046e4e963 100644 --- a/mod/proxy.php +++ b/mod/proxy.php @@ -141,23 +141,11 @@ function proxy_init(App $a) { if (!$direct_cache AND ($cachefile == '')) { $r = qu("SELECT * FROM `photo` WHERE `resource-id` = '%s' LIMIT 1", $urlhash); if (dbm::is_result($r)) { -<<<<<<< HEAD -<<<<<<< origin/rewrites/app_get_baseurl_static - $img_str = $r[0]['data']; - $mime = $r[0]["desc"]; - if ($mime == "") $mime = "image/jpeg"; -======= -======= ->>>>>>> upstream/develop $img_str = $r[0]['data']; $mime = $r[0]['desc']; if ($mime == '') { $mime = 'image/jpeg'; } -<<<<<<< HEAD ->>>>>>> HEAD~0 -======= ->>>>>>> upstream/develop } }