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:
parent
da5c629ea7
commit
17ec3e85af
|
@ -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
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue