Skip to content

Commit 2533eac

Browse files
committed
Fix php short tags
1 parent ca1eed7 commit 2533eac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?
1+
<?php
22

33
include_once('./lib/QrReader.php');
44

lib/QrReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?
1+
<?php
22

33
include_once ('Reader.php');
44
require_once ('BinaryBitmap.php');

0 commit comments

Comments
 (0)