2011-11-29 Junichi Satoh <junichi@rworks.jp>

* include/help/ja/help_ip_api_list.php: Added a new help file.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5190 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2011-11-29 02:02:18 +00:00
parent da5c629ea7
commit 17ec3e85af
2 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-11-29 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_ip_api_list.php: Added a new help file.
2011-11-28 Sergio Martin <sergio.martin@artica.es>
* operation/incidents/incident_detail.php

View File

@ -0,0 +1,15 @@
<?php
/**
* @package Include/help/ja
*/
?>
<h1>API アクセス許可 IP リスト</h1>
<p>
個別アクセス: 一行に一つずつIPアドレスを入力します。<br>
拡張アクセス: ワイルドカードとして "*" を利用します。<br><br>
: <br>
"192.168.20.*" は、192.168.20.0/24 からのアクセスを許可します。<br>
"*" は、全てのアドレスからのアクセスを許可します。
</p>