Skip to content

Commit ea61278

Browse files
authored
Merge pull request #5 from Brakus/patch-1
Change from short to standard open tag
2 parents debcb88 + b4255ea commit ea61278

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example1_hours.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?
1+
<?php
22
// Send a reply with information when an incoming SMS is received
33
//
44
// 1. Upload the below script to your web server
@@ -24,4 +24,4 @@
2424
else
2525
echo 'We are closed today';
2626

27-
?>
27+
?>

0 commit comments

Comments
 (0)