diff options
author | rvelices <rv-github@modusoptimus.com> | 2009-02-13 13:01:03 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2009-02-13 13:01:03 +0000 |
commit | 601134c57e736e4639d0c105c7948279d9563813 (patch) | |
tree | 7bfc44db1c9e336596c5b7324d9a491c8afa5c87 /include/config_default.inc.php | |
parent | d4914a344708d4020f7cee561e41503896da5260 (diff) |
- moved check upgrade feed code to admin/include/functions_upgrade.php
- refactored some code (shorter and somehow faster - but nothing revolutionary)
- decrease lost space in permalinks.tpl and hard coded column width (was illisible)
git-svn-id: http://piwigo.org/svn/trunk@3136 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index c0f889808..81fe7ef0f 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -688,7 +688,6 @@ $conf['filter_pages'] = array 'install' => array('cancel' => true), 'password' => array('cancel' => true), 'register' => array('cancel' => true), - 'upgrade_feed' => array('cancel' => true), ); // +-----------------------------------------------------------------------+ |