From 4e4941b14379ba159a9ec242ca7bdcf21421a418 Mon Sep 17 00:00:00 2001 From: rjawor Date: Tue, 21 Feb 2017 11:51:47 +0100 Subject: [PATCH] concordia search php --- cat/concordia_gate.php_pattern | 12 +----------- cat/concordia_search.php_pattern | 12 +++++++++++- 2 files changed, 12 insertions(+), 12 deletions(-) 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; ?> + + + + + + + + + + +