Commit b72e1575 authored by techird's avatar techird

dev

parent e57699d9
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -65,7 +65,7 @@ $content = ""; ...@@ -65,7 +65,7 @@ $content = "";
foreach ($dependency as $index => $dep) { foreach ($dependency as $index => $dep) {
if( $_GET['join'] != null) { if( $_GET['join'] != null || $argv[1] == 'join') {
header('Content-Type: text/javascript; charset=utf-8'); header('Content-Type: text/javascript; charset=utf-8');
echo file_get_contents("../$dep")."\n\n"; echo file_get_contents("../$dep")."\n\n";
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment