We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a46011 commit 50aa039Copy full SHA for 50aa039
build/builder.php
@@ -23,4 +23,4 @@
23
24
$body = file_get_contents(__DIR__ . '/../index.php.src');
25
$body = str_replace('/* OTHER_HINTS */', join("\n", $hints), $body);
26
-file_put_contents(__DIR__ . '/../built.php', $body);
+file_put_contents(__DIR__ . '/../index.php', $body);
0 commit comments