Skip to content

Commit 23192d0

Browse files
committed
Minify index.php response
1 parent d3b0ce3 commit 23192d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<?php ob_start(); ?><!DOCTYPE html>
22
<html>
33
<head>
44
<title>PHP Integral Obfuscator</title>
@@ -65,4 +65,4 @@
6565
</div>
6666
</center>
6767
</body>
68-
</html>
68+
</html><?php print str_replace(["\t", "\n"], "", ob_get_clean()); ?>

0 commit comments

Comments
 (0)