Skip to content
Snippets Groups Projects
Commit eea1a44a authored by Loraine Gueguen's avatar Loraine Gueguen
Browse files

debug

parent 666b64d4
No related branches found
No related tags found
1 merge request!1Merge upstream
......@@ -148,6 +148,7 @@
<?php if (getenv('ENABLE_BLAST')): ?>
<?php
$blast_list = explode("&", getenv('ENABLE_BLAST'));
print_r($blast_list)
$blast_urls = array();
foreach ($blast_list as $item)
list($str1,$str2) = explode('=', $item, 2);
......@@ -161,7 +162,6 @@
$name = $str1;
$url = $str2;
$blast_urls[$name] = $url;
print_r($blast_urls)
?>
<?php if (count($blast_urls) > 1): ?>
<li id="menu-item-46" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-46">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment