This commit is contained in:
Andrés Montañez
2014-08-06 14:00:11 -03:00
parent 60d16e57f9
commit 4c584b2634
8 changed files with 28 additions and 17 deletions
+7 -6
View File
@@ -628,12 +628,13 @@ class EncryptTask extends AbstractTask
);
}
/**
* reads an existing ioncube project
* file.
*
* @return array
*/
/**
* reads an existing ioncube project
* file.
*
* @param $fileName
* @return array
*/
private function getOptionsFromFile($fileName) {
$s = array ();
$p = array ();