correct 0a1cb87
This commit is contained in:
@ -161,6 +161,8 @@ $dead_files_rest = array(
|
|||||||
'serendipity_define.js.php',
|
'serendipity_define.js.php',
|
||||||
'bundled-libs/dragdrop.js',
|
'bundled-libs/dragdrop.js',
|
||||||
'bundled-libs/imgedit.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/license.txt',
|
||||||
'bundled-libs/YahooUI/treeview/treeview.js',
|
'bundled-libs/YahooUI/treeview/treeview.js',
|
||||||
'bundled-libs/YahooUI/treeview/YAHOO.js',
|
'bundled-libs/YahooUI/treeview/YAHOO.js',
|
||||||
@ -182,8 +184,6 @@ $dead_files_rest = array(
|
|||||||
$dead_dirs_rest = array(
|
$dead_dirs_rest = array(
|
||||||
$serendipity['serendipityPath'] . 'htmlarea/plugins/ImageManage',
|
$serendipity['serendipityPath'] . 'htmlarea/plugins/ImageManage',
|
||||||
$serendipity['serendipityPath'] . 'htmlarea/plugins',
|
$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/treeview',
|
||||||
$serendipity['serendipityPath'] . 'bundled-libs/YahooUI'
|
$serendipity['serendipityPath'] . 'bundled-libs/YahooUI'
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user