aboutsummaryrefslogtreecommitdiffstats
path: root/admin/configuration.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2004-12-20 22:03:04 +0000
committerplegall <plg@piwigo.org>2004-12-20 22:03:04 +0000
commit7543485ba84b14cf928184b5c7de40772fe3c04f (patch)
treefee9d958cbf341aff2a005f10a2db3180804a38e /admin/configuration.php
parentc19f01d77c990962baef1906ac0ed60280324b77 (diff)
- restricted access mode deleted : set all your categories as private
instead git-svn-id: http://piwigo.org/svn/trunk@651 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/configuration.php')
-rw-r--r--admin/configuration.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/admin/configuration.php b/admin/configuration.php
index 22e331337..5893099f8 100644
--- a/admin/configuration.php
+++ b/admin/configuration.php
@@ -162,8 +162,6 @@ switch ($page['section'])
{
case 'general' :
{
- $access_free = ($conf['access']=='free')?'checked="checked"':'';
- $access_restricted = ($conf['access']=='restricted')?'checked="checked"':'';
$history_yes = ($conf['log']=='true')?'checked="checked"':'';
$history_no = ($conf['log']=='false')?'checked="checked"':'';
$notif_yes = ($conf['mail_notification']=='true')?'checked="checked"':'';
@@ -177,10 +175,6 @@ switch ($page['section'])
'L_CONF_MAIL_INFO'=>$lang['conf_mail_webmaster_info'],
'L_CONF_TN_PREFIX'=>$lang['conf_prefix'],
'L_CONF_TN_PREFIX_INFO'=>$lang['conf_prefix_info'],
- 'L_CONF_ACCESS'=>$lang['conf_access'],
- 'L_CONF_ACCESS_INFO'=>$lang['conf_access_info'],
- 'L_CONF_ACCESS_FREE'=>$lang['free'],
- 'L_CONF_ACCESS_RESTRICTED'=>$lang['restricted'],
'L_CONF_HISTORY'=>$lang['history'],
'L_CONF_HISTORY_INFO'=>$lang['conf_log_info'],
'L_CONF_NOTIFICATION'=>$lang['conf_notification'],
@@ -188,8 +182,6 @@ switch ($page['section'])
'ADMIN_MAIL'=>$conf['mail_webmaster'],
'THUMBNAIL_PREFIX'=>$conf['prefix_thumbnail'],
- 'ACCESS_FREE'=>$access_free,
- 'ACCESS_RESTRICTED'=>$access_restricted,
'HISTORY_YES'=>$history_yes,
'HISTORY_NO'=>$history_no,
'NOTIFICATION_YES'=>$notif_yes,