diff --git a/lib/config.php b/lib/config.php index f106234..1e7eaf5 100644 --- a/lib/config.php +++ b/lib/config.php @@ -19,5 +19,6 @@ $plugins = array( array("Backup","images/backup-open-files.png","margin-top: 3px","plugins/backupOpenFiles/index.php","fileControl:Zipping Open Files","10") ); $theme = "default"; -$lastOpenedFiles = ""; +$previousFiles = ""; +$last10Files = ""; ?> \ No newline at end of file