Changeset 2652 for trunk/admin/plugins_new.php
- Timestamp:
- Oct 4, 2008, 1:33:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/plugins_new.php
r2647 r2652 90 90 // | start template output | 91 91 // +-----------------------------------------------------------------------+ 92 if ($plugins->get_server_plugins(true)) 92 if (!ini_get('allow_url_fopen')) 93 { 94 array_push($page['errors'], l10n('Unable to retrieve server informations since allow_url_fopen is disabled.')); 95 } 96 elseif ($plugins->get_server_plugins(true)) 93 97 { 94 98 $plugins->sort_server_plugins($order);
Note: See TracChangeset
for help on using the changeset viewer.