correct 0a1cb87

This commit is contained in:
Ian 2015-06-17 10:13:50 +02:00
parent bb2c5a63d0
commit 171a501cb5

View File

@ -161,6 +161,8 @@ $dead_files_rest = array(
'serendipity_define.js.php',
'bundled-libs/dragdrop.js',
'bundled-libs/imgedit.js',
'bundled-libs/Smarty/libs/sysplugins/smarty_config_source.php',
'bundled-libs/Smarty/libs/sysplugins/smarty_internal_config.php',
'bundled-libs/YahooUI/treeview/license.txt',
'bundled-libs/YahooUI/treeview/treeview.js',
'bundled-libs/YahooUI/treeview/YAHOO.js',
@ -182,8 +184,6 @@ $dead_files_rest = array(
$dead_dirs_rest = array(
$serendipity['serendipityPath'] . 'htmlarea/plugins/ImageManage',
$serendipity['serendipityPath'] . 'htmlarea/plugins',
$serendipity['serendipityPath'] . 'bundled-libs/Smarty/libs/sysplugins/smarty_config_source.php',
$serendipity['serendipityPath'] . 'bundled-libs/Smarty/libs/sysplugins/smarty_internal_config.php',
$serendipity['serendipityPath'] . 'bundled-libs/YahooUI/treeview',
$serendipity['serendipityPath'] . 'bundled-libs/YahooUI'
);