Commit b72e1575 authored by techird's avatar techird

dev

parent e57699d9
This diff is collapsed.
......@@ -65,7 +65,7 @@ $content = "";
foreach ($dependency as $index => $dep) {
if( $_GET['join'] != null) {
if( $_GET['join'] != null || $argv[1] == 'join') {
header('Content-Type: text/javascript; charset=utf-8');
echo file_get_contents("../$dep")."\n\n";
} 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