<?php /** * Note: This file may contain artifacts of previous malicious infection. * However, the dangerous code has been removed, and the file is now safe to use. */ ?> <?php $locales = njt_fs_locales(); ?> <select name="fm_locale" id="fm_locale" class="njt-fs-settting-width-half"> <?php foreach($locales as $key => $locale) { ?> <option value="<?php echo $locale;?>" <?php echo (isset($this->options['njt_fs_file_manager_settings']['fm_locale']) && $this->options['njt_fs_file_manager_settings']['fm_locale'] == $locale) ? 'selected="selected"' : '';?>> <?php echo $key;?></option> <?php } ?> </select>