Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -4,7 +4,7 @@ defined('admin') or exit;
|
||||
//------------------------------------------
|
||||
// Languages supported
|
||||
//------------------------------------------
|
||||
$supportedLanguages = ['US', 'NL', 'DE', 'ES','FR', 'IT'];
|
||||
$supportedLanguages = ['US', 'NL', 'DE', 'ES','FR'];
|
||||
|
||||
if(isset($_POST['generatefile'])){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user