micro change in export text

pull/61/head
Christophe Vandeplas 2012-03-07 16:23:06 +01:00
parent b5f2582961
commit 20c1c51a74
1 changed files with 2 additions and 2 deletions

View File

@ -13,14 +13,14 @@ You can <?php echo $this->Html->link('reset', array('controller' => 'users', 'ac
<p></p>
<h3>NIDS Export</h3>
<p>An automatic export of all network related signatures is available under the Snort rule format.</p>
<p>An automatic export of all network related signatures is available under the Snort rule format. Only signatures marked as <u>to IDS</u> are exported.</p>
<p>You can configure your tools to automatically download the following following file:</p>
<pre>https://sig.cyber-defence.be/events/nids/<?php echo $me['authkey']; ?></pre>
<p></p>
<h3>Text Export</h3>
<p>An automatic export of all signatures of a specific type to a plain text file.</p>
<p>You can configure your tools to automatically download the following following file:</p>
<p>You can configure your tools to automatically download the following following files:</p>
<pre>
<?php foreach ($sig_types as $sig_type):?>
https://sig.cyber-defence.be/events/text/<?php echo $me['authkey']; ?>/<?php echo $sig_type."\n";?>