Skip to content

Commit

Permalink
Iconv Options Fix syntax error in config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
matidau committed Jun 13, 2024
1 parent a085d39 commit 1881731
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@
'flags' => DeviceManager::FLD_FLAGS_NONE,
),
*/
);

/**********************************************************************************
* Iconv settings
Expand All @@ -431,5 +432,3 @@
* https://www.php.net/manual/en/function.iconv.php
*/
define('ICONV_OPTION', "");

);

0 comments on commit 1881731

Please sign in to comment.