diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-03-21 09:29:39 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-03-21 09:29:39 +0000 |
| commit | b4681f54526b31260185aaeca02f5712ed74e901 (patch) | |
| tree | 1f6d1df0cd5da48eacdedf5bf891588b617eccb0 | |
| parent | 07f41f3b64c45a283fbb421360aebb8fda6f732e (diff) | |
| download | liberty-b4681f54526b31260185aaeca02f5712ed74e901.tar.gz liberty-b4681f54526b31260185aaeca02f5712ed74e901.tar.bz2 liberty-b4681f54526b31260185aaeca02f5712ed74e901.zip | |
remove duplicate entry
| -rw-r--r-- | admin/admin_liberty_inc.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/admin/admin_liberty_inc.php b/admin/admin_liberty_inc.php index 2757e7c..fa61eae 100644 --- a/admin/admin_liberty_inc.php +++ b/admin/admin_liberty_inc.php @@ -16,10 +16,6 @@ $formLibertyFeatures = array( 'label' => 'External image cache', 'note' => 'Enabling this will download and cache external images that are included.', ), - "liberty_cache_images" => array( - 'label' => 'External image cache', - 'note' => 'Enabling this will download and cache external images that are included.', - ), ); if( $gBitSystem->isPackageActive( 'quota' ) ) { |
