diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-22 17:44:10 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-22 17:44:10 +0000 |
commit | 67cbb218cd89ac6be9d1d55ca3799080daac1f5a (patch) | |
tree | 9aabddaed61a0bda1e477cf44c69400d1590779f /templates/show_add_access.inc.php | |
parent | d5ae71f551f0aebef1dbae518a116a1c86430ffb (diff) | |
download | ampache-67cbb218cd89ac6be9d1d55ca3799080daac1f5a.tar.gz ampache-67cbb218cd89ac6be9d1d55ca3799080daac1f5a.tar.bz2 ampache-67cbb218cd89ac6be9d1d55ca3799080daac1f5a.zip |
renamed xml-rpc acl to rpc, added default mime type of image/jpg and added config options for batch download to the fs, no garbage collection for non-completed downloads yet.
Diffstat (limited to 'templates/show_add_access.inc.php')
-rw-r--r-- | templates/show_add_access.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_add_access.inc.php b/templates/show_add_access.inc.php index 9b26d96e..8cea9ab6 100644 --- a/templates/show_add_access.inc.php +++ b/templates/show_add_access.inc.php @@ -64,12 +64,12 @@ <option selected="selected" value="stream"><?php echo _('Stream Access'); ?></option> <option value="interface"><?php echo _('Web Interface'); ?></option> <option value="network"><?php echo _('Local Network Definition'); ?></option> - <option value="xml-rpc"><?php echo _('XML-RPC'); ?></option> + <option value="rpc"><?php echo _('RPC'); ?></option> </select> </td> </tr> <tr> - <td colspan="2"><h4><?php echo _('XML-RPC Options'); ?></h4></td> + <td colspan="2"><h4><?php echo _('RPC Options'); ?></h4></td> </tr> <tr> <td><?php echo _('Remote Key'); ?>:</td> |