diff --git a/cat/concordia_gate.php_pattern b/cat/concordia_gate.php_pattern index 9c3e99c..16018a0 100644 --- a/cat/concordia_gate.php_pattern +++ b/cat/concordia_gate.php_pattern @@ -18,15 +18,5 @@ $options = array( $context = stream_context_create($options); $result = file_get_contents($url, false, $context); +print $result; ?> - - -
- - - - - - - - diff --git a/cat/concordia_search.php_pattern b/cat/concordia_search.php_pattern index 8a805f9..19c90bd 100644 --- a/cat/concordia_search.php_pattern +++ b/cat/concordia_search.php_pattern @@ -14,5 +14,15 @@ $options = array( $context = stream_context_create($options); $result = file_get_contents($url, false, $context); -print $result; ?> + + + + + + + + + + +