resolve gh-115 to allow excluding of folders and files in the repository folder

This commit is contained in:
2017-09-13 02:37:43 +02:00
parent 4b3bc9bd03
commit 8ccb13f3e0
298 changed files with 7160 additions and 3829 deletions

View File

@ -241,9 +241,9 @@ class ComponentbuilderModelFtps extends JModelList
{
$items = $db->loadObjectList();
// Get the basic encription key.
// Get the basic encryption key.
$basickey = ComponentbuilderHelper::getCryptKey('basic');
// Get the encription object.
// Get the encryption object.
$basic = new FOFEncryptAes($basickey, 128);
// set values to display correctly.