diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-09-29 21:04:21 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2010-09-29 21:04:21 +0200 |
commit | f043f1ba98c6487c3631692743959270b9a14634 (patch) | |
tree | a86f9a933857a7cd8f8072aeb23bbfaebcefbe2b /paste | |
parent | 31ebab66a2c5947c323583b4ec69ae1aca58c828 (diff) | |
download | rafb-nopaste-f043f1ba98c6487c3631692743959270b9a14634.tar.gz rafb-nopaste-f043f1ba98c6487c3631692743959270b9a14634.tar.xz rafb-nopaste-f043f1ba98c6487c3631692743959270b9a14634.zip |
removed short open tags
Diffstat (limited to '')
-rw-r--r-- | paste/include/pastify.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/include/pastify.inc b/paste/include/pastify.inc index e24e082..b194fe3 100644 --- a/paste/include/pastify.inc +++ b/paste/include/pastify.inc @@ -1,4 +1,4 @@ -<? +<?php /* This software is licensed through a BSD-style License. http://www.opensource.org/licenses/bsd-license.php |