Skip to content

Commit

Permalink
Add single quotes to variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Khronos Group Webmaster committed Jan 3, 2020
1 parent 9a80c84 commit 83e3fb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions es2.0/top.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<HTML>
<HEAD>
<TITLE>OpenGL ES SDK</TITLE>
<?php include($_SERVER[DOCUMENT_ROOT] . "/opengles/sdk/inc/sdk_head.txt"); ?>
<?php include($_SERVER['DOCUMENT_ROOT'] . "/opengles/sdk/inc/sdk_head.txt"); ?>
</HEAD>
<BODY>
<?php include($_SERVER[DOCUMENT_ROOT] . "/opengles/sdk/inc/sdk_body_start.txt"); ?>
<?php include($_SERVER[DOCUMENT_ROOT] . "/opengles/sdk/inc/sdk_footer.txt"); ?>
<?php include($_SERVER['DOCUMENT_ROOT'] . "/opengles/sdk/inc/sdk_body_start.txt"); ?>
<?php include($_SERVER['DOCUMENT_ROOT'] . "/opengles/sdk/inc/sdk_footer.txt"); ?>
</BODY>
</HTML>

0 comments on commit 83e3fb4

Please sign in to comment.