1<?php 2/** 3 * Options for the Page Redirect plugin 4 */ 5$conf['enabled_langs'] = 'en'; // Enabled language 6$conf['flags'] = false; // Do not show flags. 7$conf['use_browser_lang'] = true; // Check browser ui for language setting. 8$conf['start_redirect'] = false; // Redirect to the language start parge 9$conf['skiptrans'] = ''; 10$conf['about'] = ''; 11 12