- Timestamp:
- Apr 30, 2008, 7:13:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.8.x/webapp/modules/admin/do/update_c_api.php
r1856 r6862 10 10 function execute($requests) 11 11 { 12 if (!OPENPNE_USE_API) { 13 admin_client_redirect('top', '指定されたページにはアクセスできません'); 14 } 15 12 16 foreach ($requests['ip'] as $ip) { 13 17 if (!admin_api_is_ip($ip)){
Note: See TracChangeset
for help on using the changeset viewer.