Skip to content

Commit

Permalink
refs #1717 : bugfix - iMazing tries to load preprocessor twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Jun 21, 2015
1 parent 86015b5 commit 5b73339
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions interface/blog/iMazing.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@

$images = explode('*!',$_GET['i']);
$imageStr = '';
define('ROOT', '../../..');
require ROOT . '/library/preprocessor.php';
foreach($images as $value) {
$imageStr .= $value.'*!';
}
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script type="text/javascript" src="<?php echo $context->getProperty('service.path').'/resources/script/flash.js';?>"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
/*<![CDATA[*/
body
Expand Down

0 comments on commit 5b73339

Please # to comment.