0
0

🎨 move "use strict"; to top of include

This commit is contained in:
DrMaxNix 2022-09-29 19:26:37 +02:00
parent 8c6e9bbcbb
commit a948d14ae2

View File

@ -54,7 +54,6 @@
span.line.stderr-error { color: var(--onedark-red); }
</style>
<<<<<<< HEAD
<script type="text/javascript">
"use strict";
<?php
@ -63,14 +62,6 @@
require("../src/helper/" . $one_file);
echo("\n");
}
=======
<script type="text/javascript"><?php
"use strict";
foreach(scandir("../src/helper") as $one_file){
if(is_file("../src/helper/" . $one_file)){
require("../src/helper/" . $one_file);
echo("\n");
>>>>>>> ad46b667aec6e43e2a4ff5661beb83154c09154b
}
foreach(scandir("../src") as $one_file){