Skip to content

Commit

Permalink
Clarify the purpose of emcompile
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed May 26, 2024
1 parent 2cafbde commit 4516d3b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 273 deletions.
2 changes: 2 additions & 0 deletions emcompile/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This is a test harness to experiment with EMCompile

2 changes: 1 addition & 1 deletion emcompile/compile.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

require_once("../tsugi/config.php");
require_once("util.php");
require_once("../sandbox/sandbox.php");

// global $CFG;

Expand Down
2 changes: 1 addition & 1 deletion emcompile/execute.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<?php
require_once("../tsugi/config.php");
require_once("util.php");
require_once("../sandbox/sandbox.php");

// global $CFG;

Expand Down
2 changes: 1 addition & 1 deletion emcompile/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<head>
</head>
</body>
<h1>EmScriptEn Compiler</h1>
<h1>EmScriptEn Test Harness</h1>

<form method="post" action="execute.php" id="form">
Secret: <input type="password" name="secret"><br/>
Expand Down
134 changes: 0 additions & 134 deletions emcompile/index2.php

This file was deleted.

136 changes: 0 additions & 136 deletions emcompile/util.php

This file was deleted.

0 comments on commit 4516d3b

Please sign in to comment.