Skip to content

Commit 4516d3b

Browse files
committed
Clarify the purpose of emcompile
1 parent 2cafbde commit 4516d3b

File tree

6 files changed

+5
-273
lines changed

6 files changed

+5
-273
lines changed

emcompile/README.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This is a test harness to experiment with EMCompile
2+

emcompile/compile.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
require_once("../tsugi/config.php");
4-
require_once("util.php");
4+
require_once("../sandbox/sandbox.php");
55

66
// global $CFG;
77

emcompile/execute.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<?php
33
require_once("../tsugi/config.php");
4-
require_once("util.php");
4+
require_once("../sandbox/sandbox.php");
55

66
// global $CFG;
77

emcompile/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<head>
2121
</head>
2222
</body>
23-
<h1>EmScriptEn Compiler</h1>
23+
<h1>EmScriptEn Test Harness</h1>
2424

2525
<form method="post" action="execute.php" id="form">
2626
Secret: <input type="password" name="secret"><br/>

emcompile/index2.php

-134
This file was deleted.

emcompile/util.php

-136
This file was deleted.

0 commit comments

Comments
 (0)