Skip to content

Commit 50aa039

Browse files
committed
The builder runs on index.php now.
1 parent 8a46011 commit 50aa039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323

2424
$body = file_get_contents(__DIR__ . '/../index.php.src');
2525
$body = str_replace('/* OTHER_HINTS */', join("\n", $hints), $body);
26-
file_put_contents(__DIR__ . '/../built.php', $body);
26+
file_put_contents(__DIR__ . '/../index.php', $body);

0 commit comments

Comments
 (0)