File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -93,11 +93,12 @@ require('./header.inc.phtml');
9393 </section>
9494 <section>
9595 <p>These packets are also available as constants in
96- <a href="<?php echo Common::relativeUrlToAbsolute ('/packet/index.cpp ' ); ?> ">C++</a>,
97- <a href="<?php echo Common::relativeUrlToAbsolute ('/packet/index.java ' ); ?> ">Java</a>,
98- <a href="<?php echo Common::relativeUrlToAbsolute ('/packet/index.json ' ); ?> ">JSON</a>,
99- <a href="<?php echo Common::relativeUrlToAbsolute ('/packet/index.php ' ); ?> ">PHP</a>, and
100- <a href="<?php echo Common::relativeUrlToAbsolute ('/packet/index.vb ' ); ?> ">VB6</a>.
96+ <?php $ q = getenv ('QUERY_STRING ' ); if (!empty ($ q )) { $ q = '? ' . $ q ; } ?>
97+ <a href="<?php echo Common::relativeUrlToAbsolute ('/packet/index.cpp ' . $ q ); ?> ">C++</a>,
98+ <a href="<?php echo Common::relativeUrlToAbsolute ('/packet/index.java ' . $ q ); ?> ">Java</a>,
99+ <a href="<?php echo Common::relativeUrlToAbsolute ('/packet/index.json ' . $ q ); ?> ">JSON</a>,
100+ <a href="<?php echo Common::relativeUrlToAbsolute ('/packet/index.php ' . $ q ); ?> ">PHP</a>, and
101+ <a href="<?php echo Common::relativeUrlToAbsolute ('/packet/index.vb ' . $ q ); ?> ">VB6</a>.
101102 </p>
102103 </section>
103104 </article>
You can’t perform that action at this time.
0 commit comments