Support plugin - Supplement
fp variables removed from the language files Output of the base directory commented out
This commit is contained in:
commit
ba95657d9f
@ -9,33 +9,33 @@ $lang ['admin'] ['maintain'] ['support'] = array(
|
||||
's následujícími informacemi: Popis chyby, kroky k reprodukci.',
|
||||
|
||||
// output "Setup"
|
||||
'h2_general' => 'FlatPress general',
|
||||
'h2_general' => 'General',
|
||||
'h3_setup' => 'Setup',
|
||||
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ' . SYSTEM_VER . '</p>',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ' . BASE_DIR . '</p>',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ' . $fp_config ['general'] ['www'] . '</p>',
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
|
||||
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ' . LANG_DEFAULT . '</p>',
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ',
|
||||
'neg_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic): ℹ</strong> not recognized</p>',
|
||||
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ' . $fp_config ['locale'] ['lang'] . '</p>',
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ',
|
||||
'neg_lang' => '<p class="output"><strong>Language (set):</strong> not set</p>',
|
||||
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ' . $fp_config ['locale'] ['charset'] . '</p>',
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ',
|
||||
'neg_charset' => '<p class="output"><strong>Character set:</strong> not set (default is utf-8)</p>',
|
||||
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ' . $fp_config ['general'] ['theme'] . '</p>',
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ',
|
||||
'neg_theme' => '<p class="output"><strong>Theme:</strong> not set (default is leggero)</p>',
|
||||
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ' . $fp_config ['general'] ['style'] . '</p>',
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ',
|
||||
'neg_style' => '<p class="output"><strong>Style:</strong> default style</p>',
|
||||
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> </p>',
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> ',
|
||||
'neg_plugins' => '<p class="output"><strong>Activated plugins:</strong> Could not be determined.</p>',
|
||||
|
||||
// output "Core files"
|
||||
'h2_permissions' => 'FlatPress file and directory permissions',
|
||||
'h2_permissions' => 'File and directory permissions',
|
||||
'h3_core_files' => 'Core',
|
||||
|
||||
'desc_setupfile' => '<p>As soon as the setup has been successfully executed, the setup.php file should be deleted before productive operation.</p>',
|
||||
|
@ -9,33 +9,33 @@ $lang ['admin'] ['maintain'] ['support'] = array(
|
||||
'med følgende oplysninger: Fejlbeskrivelse, trin til reproduktion.',
|
||||
|
||||
// output "Setup"
|
||||
'h2_general' => 'FlatPress general',
|
||||
'h2_general' => 'General',
|
||||
'h3_setup' => 'Setup',
|
||||
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ' . SYSTEM_VER . '</p>',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ' . BASE_DIR . '</p>',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ' . $fp_config ['general'] ['www'] . '</p>',
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
|
||||
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ' . LANG_DEFAULT . '</p>',
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ',
|
||||
'neg_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic): ℹ</strong> not recognized</p>',
|
||||
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ' . $fp_config ['locale'] ['lang'] . '</p>',
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ',
|
||||
'neg_lang' => '<p class="output"><strong>Language (set):</strong> not set</p>',
|
||||
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ' . $fp_config ['locale'] ['charset'] . '</p>',
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ',
|
||||
'neg_charset' => '<p class="output"><strong>Character set:</strong> not set (default is utf-8)</p>',
|
||||
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ' . $fp_config ['general'] ['theme'] . '</p>',
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ',
|
||||
'neg_theme' => '<p class="output"><strong>Theme:</strong> not set (default is leggero)</p>',
|
||||
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ' . $fp_config ['general'] ['style'] . '</p>',
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ',
|
||||
'neg_style' => '<p class="output"><strong>Style:</strong> default style</p>',
|
||||
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> </p>',
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> ',
|
||||
'neg_plugins' => '<p class="output"><strong>Activated plugins:</strong> Could not be determined.</p>',
|
||||
|
||||
// output "Core files"
|
||||
'h2_permissions' => 'FlatPress file and directory permissions',
|
||||
'h2_permissions' => 'File and directory permissions',
|
||||
'h3_core_files' => 'Core',
|
||||
|
||||
'desc_setupfile' => '<p>As soon as the setup has been successfully executed, the setup.php file should be deleted before productive operation.</p>',
|
||||
|
@ -9,33 +9,33 @@ $lang ['admin'] ['maintain'] ['support'] = array(
|
||||
'mit den folgenden Informationen ein: Fehlerbeschreibung, Schritte zur Reproduktion.',
|
||||
|
||||
// output "Setup"
|
||||
'h2_general' => 'FlatPress general',
|
||||
'h2_general' => 'General',
|
||||
'h3_setup' => 'Setup',
|
||||
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ' . SYSTEM_VER . '</p>',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ' . BASE_DIR . '</p>',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ' . $fp_config ['general'] ['www'] . '</p>',
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
|
||||
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ' . LANG_DEFAULT . '</p>',
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ',
|
||||
'neg_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic): ℹ</strong> not recognized</p>',
|
||||
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ' . $fp_config ['locale'] ['lang'] . '</p>',
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ',
|
||||
'neg_lang' => '<p class="output"><strong>Language (set):</strong> not set</p>',
|
||||
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ' . $fp_config ['locale'] ['charset'] . '</p>',
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ',
|
||||
'neg_charset' => '<p class="output"><strong>Character set:</strong> not set (default is utf-8)</p>',
|
||||
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ' . $fp_config ['general'] ['theme'] . '</p>',
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ',
|
||||
'neg_theme' => '<p class="output"><strong>Theme:</strong> not set (default is leggero)</p>',
|
||||
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ' . $fp_config ['general'] ['style'] . '</p>',
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ',
|
||||
'neg_style' => '<p class="output"><strong>Style:</strong> default style</p>',
|
||||
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> </p>',
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> ',
|
||||
'neg_plugins' => '<p class="output"><strong>Activated plugins:</strong> Could not be determined.</p>',
|
||||
|
||||
// output "Core files"
|
||||
'h2_permissions' => 'FlatPress file and directory permissions',
|
||||
'h2_permissions' => 'File and directory permissions',
|
||||
'h3_core_files' => 'Core',
|
||||
|
||||
'desc_setupfile' => '<p>As soon as the setup has been successfully executed, the setup.php file should be deleted before productive operation.</p>',
|
||||
|
@ -9,33 +9,33 @@ $lang ['admin'] ['maintain'] ['support'] = array(
|
||||
'αγγλικά με τις ακόλουθες πληροφορίες: Περιγραφή σφάλματος, βήματα για την αναπαραγωγή.',
|
||||
|
||||
// output "Setup"
|
||||
'h2_general' => 'FlatPress general',
|
||||
'h2_general' => 'General',
|
||||
'h3_setup' => 'Setup',
|
||||
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ' . SYSTEM_VER . '</p>',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ' . BASE_DIR . '</p>',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ' . $fp_config ['general'] ['www'] . '</p>',
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
|
||||
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ' . LANG_DEFAULT . '</p>',
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ',
|
||||
'neg_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic): ℹ</strong> not recognized</p>',
|
||||
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ' . $fp_config ['locale'] ['lang'] . '</p>',
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ',
|
||||
'neg_lang' => '<p class="output"><strong>Language (set):</strong> not set</p>',
|
||||
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ' . $fp_config ['locale'] ['charset'] . '</p>',
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ',
|
||||
'neg_charset' => '<p class="output"><strong>Character set:</strong> not set (default is utf-8)</p>',
|
||||
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ' . $fp_config ['general'] ['theme'] . '</p>',
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ',
|
||||
'neg_theme' => '<p class="output"><strong>Theme:</strong> not set (default is leggero)</p>',
|
||||
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ' . $fp_config ['general'] ['style'] . '</p>',
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ',
|
||||
'neg_style' => '<p class="output"><strong>Style:</strong> default style</p>',
|
||||
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> </p>',
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> ',
|
||||
'neg_plugins' => '<p class="output"><strong>Activated plugins:</strong> Could not be determined.</p>',
|
||||
|
||||
// output "Core files"
|
||||
'h2_permissions' => 'FlatPress file and directory permissions',
|
||||
'h2_permissions' => 'File and directory permissions',
|
||||
'h3_core_files' => 'Core',
|
||||
|
||||
'desc_setupfile' => '<p>As soon as the setup has been successfully executed, the setup.php file should be deleted before productive operation.</p>',
|
||||
|
@ -9,33 +9,33 @@ $lang ['admin'] ['maintain'] ['support'] = array(
|
||||
'with the following information: bug description, steps to reproduce.',
|
||||
|
||||
// output "Setup"
|
||||
'h2_general' => 'FlatPress general',
|
||||
'h2_general' => 'General',
|
||||
'h3_setup' => 'Setup',
|
||||
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ' . SYSTEM_VER . '</p>',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ' . BASE_DIR . '</p>',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ' . $fp_config ['general'] ['www'] . '</p>',
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
|
||||
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ' . LANG_DEFAULT . '</p>',
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ',
|
||||
'neg_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic): ℹ</strong> not recognized</p>',
|
||||
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ' . $fp_config ['locale'] ['lang'] . '</p>',
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ',
|
||||
'neg_lang' => '<p class="output"><strong>Language (set):</strong> not set</p>',
|
||||
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ' . $fp_config ['locale'] ['charset'] . '</p>',
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ',
|
||||
'neg_charset' => '<p class="output"><strong>Character set:</strong> not set (default is utf-8)</p>',
|
||||
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ' . $fp_config ['general'] ['theme'] . '</p>',
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ',
|
||||
'neg_theme' => '<p class="output"><strong>Theme:</strong> not set (default is leggero)</p>',
|
||||
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ' . $fp_config ['general'] ['style'] . '</p>',
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ',
|
||||
'neg_style' => '<p class="output"><strong>Style:</strong> default style</p>',
|
||||
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> </p>',
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> ',
|
||||
'neg_plugins' => '<p class="output"><strong>Activated plugins:</strong> Could not be determined.</p>',
|
||||
|
||||
// output "Core files"
|
||||
'h2_permissions' => 'FlatPress file and directory permissions',
|
||||
'h2_permissions' => 'File and directory permissions',
|
||||
'h3_core_files' => 'Core',
|
||||
|
||||
'desc_setupfile' => '<p>As soon as the setup has been successfully executed, the setup.php file should be deleted before productive operation.</p>',
|
||||
|
@ -9,33 +9,33 @@ $lang ['admin'] ['maintain'] ['support'] = array(
|
||||
'con la siguiente información: Descripción del fallo, pasos para reproducirlo.',
|
||||
|
||||
// output "Setup"
|
||||
'h2_general' => 'FlatPress general',
|
||||
'h2_general' => 'General',
|
||||
'h3_setup' => 'Setup',
|
||||
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ' . SYSTEM_VER . '</p>',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ' . BASE_DIR . '</p>',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ' . $fp_config ['general'] ['www'] . '</p>',
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
|
||||
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ' . LANG_DEFAULT . '</p>',
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ',
|
||||
'neg_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic): ℹ</strong> not recognized</p>',
|
||||
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ' . $fp_config ['locale'] ['lang'] . '</p>',
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ',
|
||||
'neg_lang' => '<p class="output"><strong>Language (set):</strong> not set</p>',
|
||||
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ' . $fp_config ['locale'] ['charset'] . '</p>',
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ',
|
||||
'neg_charset' => '<p class="output"><strong>Character set:</strong> not set (default is utf-8)</p>',
|
||||
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ' . $fp_config ['general'] ['theme'] . '</p>',
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ',
|
||||
'neg_theme' => '<p class="output"><strong>Theme:</strong> not set (default is leggero)</p>',
|
||||
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ' . $fp_config ['general'] ['style'] . '</p>',
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ',
|
||||
'neg_style' => '<p class="output"><strong>Style:</strong> default style</p>',
|
||||
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> </p>',
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> ',
|
||||
'neg_plugins' => '<p class="output"><strong>Activated plugins:</strong> Could not be determined.</p>',
|
||||
|
||||
// output "Core files"
|
||||
'h2_permissions' => 'FlatPress file and directory permissions',
|
||||
'h2_permissions' => 'File and directory permissions',
|
||||
'h3_core_files' => 'Core',
|
||||
|
||||
'desc_setupfile' => '<p>As soon as the setup has been successfully executed, the setup.php file should be deleted before productive operation.</p>',
|
||||
|
@ -9,33 +9,33 @@ $lang ['admin'] ['maintain'] ['support'] = array(
|
||||
'avec les informations suivantes : Description de l\'erreur, étapes pour la reproduire.',
|
||||
|
||||
// output "Setup"
|
||||
'h2_general' => 'FlatPress general',
|
||||
'h2_general' => 'General',
|
||||
'h3_setup' => 'Setup',
|
||||
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ' . SYSTEM_VER . '</p>',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ' . BASE_DIR . '</p>',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ' . $fp_config ['general'] ['www'] . '</p>',
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
|
||||
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ' . LANG_DEFAULT . '</p>',
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ',
|
||||
'neg_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic): ℹ</strong> not recognized</p>',
|
||||
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ' . $fp_config ['locale'] ['lang'] . '</p>',
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ',
|
||||
'neg_lang' => '<p class="output"><strong>Language (set):</strong> not set</p>',
|
||||
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ' . $fp_config ['locale'] ['charset'] . '</p>',
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ',
|
||||
'neg_charset' => '<p class="output"><strong>Character set:</strong> not set (default is utf-8)</p>',
|
||||
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ' . $fp_config ['general'] ['theme'] . '</p>',
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ',
|
||||
'neg_theme' => '<p class="output"><strong>Theme:</strong> not set (default is leggero)</p>',
|
||||
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ' . $fp_config ['general'] ['style'] . '</p>',
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ',
|
||||
'neg_style' => '<p class="output"><strong>Style:</strong> default style</p>',
|
||||
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> </p>',
|
||||
'neg_plugins' => '<p class="output"><strong>Activated plugins:</strong> Could not be determined.</p>',
|
||||
|
||||
// output "Core files"
|
||||
'h2_permissions' => 'FlatPress file and directory permissions',
|
||||
'h2_permissions' => 'File and directory permissions',
|
||||
'h3_core_files' => 'Core',
|
||||
|
||||
'desc_setupfile' => '<p>As soon as the setup has been successfully executed, the setup.php file should be deleted before productive operation.</p>',
|
||||
|
@ -9,33 +9,33 @@ $lang ['admin'] ['maintain'] ['support'] = array(
|
||||
'con le seguenti informazioni: Descrizione del bug, passaggi per la riproduzione.',
|
||||
|
||||
// output "Setup"
|
||||
'h2_general' => 'FlatPress general',
|
||||
'h2_general' => 'General',
|
||||
'h3_setup' => 'Setup',
|
||||
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ' . SYSTEM_VER . '</p>',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ' . BASE_DIR . '</p>',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ' . $fp_config ['general'] ['www'] . '</p>',
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
|
||||
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ' . LANG_DEFAULT . '</p>',
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ',
|
||||
'neg_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic): ℹ</strong> not recognized</p>',
|
||||
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ' . $fp_config ['locale'] ['lang'] . '</p>',
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ',
|
||||
'neg_lang' => '<p class="output"><strong>Language (set):</strong> not set</p>',
|
||||
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ' . $fp_config ['locale'] ['charset'] . '</p>',
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ',
|
||||
'neg_charset' => '<p class="output"><strong>Character set:</strong> not set (default is utf-8)</p>',
|
||||
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ' . $fp_config ['general'] ['theme'] . '</p>',
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ',
|
||||
'neg_theme' => '<p class="output"><strong>Theme:</strong> not set (default is leggero)</p>',
|
||||
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ' . $fp_config ['general'] ['style'] . '</p>',
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ',
|
||||
'neg_style' => '<p class="output"><strong>Style:</strong> default style</p>',
|
||||
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> </p>',
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> ',
|
||||
'neg_plugins' => '<p class="output"><strong>Activated plugins:</strong> Could not be determined.</p>',
|
||||
|
||||
// output "Core files"
|
||||
'h2_permissions' => 'FlatPress file and directory permissions',
|
||||
'h2_permissions' => 'File and directory permissions',
|
||||
'h3_core_files' => 'Core',
|
||||
|
||||
'desc_setupfile' => '<p>As soon as the setup has been successfully executed, the setup.php file should be deleted before productive operation.</p>',
|
||||
|
@ -9,33 +9,33 @@ $lang ['admin'] ['maintain'] ['support'] = array(
|
||||
'これらの問題(コピー&38;ペースト)は、以下の情報を英語で貼り付けてください: バグの説明、再現手順',
|
||||
|
||||
// output "Setup"
|
||||
'h2_general' => 'FlatPress general',
|
||||
'h2_general' => 'General',
|
||||
'h3_setup' => 'Setup',
|
||||
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ' . SYSTEM_VER . '</p>',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ' . BASE_DIR . '</p>',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ' . $fp_config ['general'] ['www'] . '</p>',
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
|
||||
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ' . LANG_DEFAULT . '</p>',
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ',
|
||||
'neg_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic): ℹ</strong> not recognized</p>',
|
||||
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ' . $fp_config ['locale'] ['lang'] . '</p>',
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ',
|
||||
'neg_lang' => '<p class="output"><strong>Language (set):</strong> not set</p>',
|
||||
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ' . $fp_config ['locale'] ['charset'] . '</p>',
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ',
|
||||
'neg_charset' => '<p class="output"><strong>Character set:</strong> not set (default is utf-8)</p>',
|
||||
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ' . $fp_config ['general'] ['theme'] . '</p>',
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ',
|
||||
'neg_theme' => '<p class="output"><strong>Theme:</strong> not set (default is leggero)</p>',
|
||||
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ' . $fp_config ['general'] ['style'] . '</p>',
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ',
|
||||
'neg_style' => '<p class="output"><strong>Style:</strong> default style</p>',
|
||||
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> </p>',
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> ',
|
||||
'neg_plugins' => '<p class="output"><strong>Activated plugins:</strong> Could not be determined.</p>',
|
||||
|
||||
// output "Core files"
|
||||
'h2_permissions' => 'FlatPress file and directory permissions',
|
||||
'h2_permissions' => 'File and directory permissions',
|
||||
'h3_core_files' => 'Core',
|
||||
|
||||
'desc_setupfile' => '<p>As soon as the setup has been successfully executed, the setup.php file should be deleted before productive operation.</p>',
|
||||
|
@ -9,33 +9,33 @@ $lang ['admin'] ['maintain'] ['support'] = array(
|
||||
'met de volgende informatie: Bug beschrijving, stappen om te reproduceren.',
|
||||
|
||||
// output "Setup"
|
||||
'h2_general' => 'FlatPress general',
|
||||
'h2_general' => 'General',
|
||||
'h3_setup' => 'Setup',
|
||||
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ' . SYSTEM_VER . '</p>',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ' . BASE_DIR . '</p>',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ' . $fp_config ['general'] ['www'] . '</p>',
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
|
||||
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ' . LANG_DEFAULT . '</p>',
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ',
|
||||
'neg_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic): ℹ</strong> not recognized</p>',
|
||||
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ' . $fp_config ['locale'] ['lang'] . '</p>',
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ',
|
||||
'neg_lang' => '<p class="output"><strong>Language (set):</strong> not set</p>',
|
||||
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ' . $fp_config ['locale'] ['charset'] . '</p>',
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ',
|
||||
'neg_charset' => '<p class="output"><strong>Character set:</strong> not set (default is utf-8)</p>',
|
||||
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ' . $fp_config ['general'] ['theme'] . '</p>',
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ',
|
||||
'neg_theme' => '<p class="output"><strong>Theme:</strong> not set (default is leggero)</p>',
|
||||
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ' . $fp_config ['general'] ['style'] . '</p>',
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ',
|
||||
'neg_style' => '<p class="output"><strong>Style:</strong> default style</p>',
|
||||
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> </p>',
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> ',
|
||||
'neg_plugins' => '<p class="output"><strong>Activated plugins:</strong> Could not be determined.</p>',
|
||||
|
||||
// output "Core files"
|
||||
'h2_permissions' => 'FlatPress file and directory permissions',
|
||||
'h2_permissions' => 'File and directory permissions',
|
||||
'h3_core_files' => 'Core',
|
||||
|
||||
'desc_setupfile' => '<p>As soon as the setup has been successfully executed, the setup.php file should be deleted before productive operation.</p>',
|
||||
|
@ -9,33 +9,33 @@ $lang ['admin'] ['maintain'] ['support'] = array(
|
||||
'com as seguintes informações: Descrição do bug, etapas para reproduzir.',
|
||||
|
||||
// output "Setup"
|
||||
'h2_general' => 'FlatPress general',
|
||||
'h2_general' => 'General',
|
||||
'h3_setup' => 'Setup',
|
||||
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ' . SYSTEM_VER . '</p>',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ' . BASE_DIR . '</p>',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ' . $fp_config ['general'] ['www'] . '</p>',
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
|
||||
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ' . LANG_DEFAULT . '</p>',
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ',
|
||||
'neg_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic): ℹ</strong> not recognized</p>',
|
||||
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ' . $fp_config ['locale'] ['lang'] . '</p>',
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ',
|
||||
'neg_lang' => '<p class="output"><strong>Language (set):</strong> not set</p>',
|
||||
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ' . $fp_config ['locale'] ['charset'] . '</p>',
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ',
|
||||
'neg_charset' => '<p class="output"><strong>Character set:</strong> not set (default is utf-8)</p>',
|
||||
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ' . $fp_config ['general'] ['theme'] . '</p>',
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ',
|
||||
'neg_theme' => '<p class="output"><strong>Theme:</strong> not set (default is leggero)</p>',
|
||||
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ' . $fp_config ['general'] ['style'] . '</p>',
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ',
|
||||
'neg_style' => '<p class="output"><strong>Style:</strong> default style</p>',
|
||||
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> </p>',
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> ',
|
||||
'neg_plugins' => '<p class="output"><strong>Activated plugins:</strong> Could not be determined.</p>',
|
||||
|
||||
// output "Core files"
|
||||
'h2_permissions' => 'FlatPress file and directory permissions',
|
||||
'h2_permissions' => 'File and directory permissions',
|
||||
'h3_core_files' => 'Core',
|
||||
|
||||
'desc_setupfile' => '<p>As soon as the setup has been successfully executed, the setup.php file should be deleted before productive operation.</p>',
|
||||
|
@ -9,33 +9,33 @@ $lang ['admin'] ['maintain'] ['support'] = array(
|
||||
'языке со следующей информацией: Описание ошибки, шаги для воспроизведения.',
|
||||
|
||||
// output "Setup"
|
||||
'h2_general' => 'FlatPress general',
|
||||
'h2_general' => 'General',
|
||||
'h3_setup' => 'Setup',
|
||||
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ' . SYSTEM_VER . '</p>',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ' . BASE_DIR . '</p>',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ' . $fp_config ['general'] ['www'] . '</p>',
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
|
||||
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ' . LANG_DEFAULT . '</p>',
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ',
|
||||
'neg_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic): ℹ</strong> not recognized</p>',
|
||||
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ' . $fp_config ['locale'] ['lang'] . '</p>',
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ',
|
||||
'neg_lang' => '<p class="output"><strong>Language (set):</strong> not set</p>',
|
||||
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ' . $fp_config ['locale'] ['charset'] . '</p>',
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ',
|
||||
'neg_charset' => '<p class="output"><strong>Character set:</strong> not set (default is utf-8)</p>',
|
||||
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ' . $fp_config ['general'] ['theme'] . '</p>',
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ',
|
||||
'neg_theme' => '<p class="output"><strong>Theme:</strong> not set (default is leggero)</p>',
|
||||
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ' . $fp_config ['general'] ['style'] . '</p>',
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ',
|
||||
'neg_style' => '<p class="output"><strong>Style:</strong> default style</p>',
|
||||
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> </p>',
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> ',
|
||||
'neg_plugins' => '<p class="output"><strong>Activated plugins:</strong> Could not be determined.</p>',
|
||||
|
||||
// output "Core files"
|
||||
'h2_permissions' => 'FlatPress file and directory permissions',
|
||||
'h2_permissions' => 'File and directory permissions',
|
||||
'h3_core_files' => 'Core',
|
||||
|
||||
'desc_setupfile' => '<p>As soon as the setup has been successfully executed, the setup.php file should be deleted before productive operation.</p>',
|
||||
|
@ -9,33 +9,33 @@ $lang ['admin'] ['maintain'] ['support'] = array(
|
||||
'z naslednjimi informacijami: Opis napake, koraki za reprodukcijo.',
|
||||
|
||||
// output "Setup"
|
||||
'h2_general' => 'FlatPress general',
|
||||
'h2_general' => 'General',
|
||||
'h3_setup' => 'Setup',
|
||||
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ' . SYSTEM_VER . '</p>',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ' . BASE_DIR . '</p>',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ' . $fp_config ['general'] ['www'] . '</p>',
|
||||
'version' => '<p class="output"><strong>FlatPress version:</strong> ',
|
||||
'basedir' => '<p class="output"><strong>Base directory:</strong> ',
|
||||
'blogbaseurl' => '<p class="output"><strong>Blog base URL:</strong> ',
|
||||
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ' . LANG_DEFAULT . '</p>',
|
||||
'pos_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic):</strong> ',
|
||||
'neg_LANG_DEFAULT' => '<p class="output"><strong>Language (automatic): ℹ</strong> not recognized</p>',
|
||||
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ' . $fp_config ['locale'] ['lang'] . '</p>',
|
||||
'pos_lang' => '<p class="output"><strong>Language (set):</strong> ',
|
||||
'neg_lang' => '<p class="output"><strong>Language (set):</strong> not set</p>',
|
||||
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ' . $fp_config ['locale'] ['charset'] . '</p>',
|
||||
'pos_charset' => '<p class="output"><strong>Character set:</strong> ',
|
||||
'neg_charset' => '<p class="output"><strong>Character set:</strong> not set (default is utf-8)</p>',
|
||||
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ' . $fp_config ['general'] ['theme'] . '</p>',
|
||||
'pos_theme' => '<p class="output"><strong>Theme:</strong> ',
|
||||
'neg_theme' => '<p class="output"><strong>Theme:</strong> not set (default is leggero)</p>',
|
||||
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ' . $fp_config ['general'] ['style'] . '</p>',
|
||||
'pos_style' => '<p class="output"><strong>Style:</strong> ',
|
||||
'neg_style' => '<p class="output"><strong>Style:</strong> default style</p>',
|
||||
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> </p>',
|
||||
'pos_plugins' => '<p class="output"><strong>Activated plugins:</strong> ',
|
||||
'neg_plugins' => '<p class="output"><strong>Activated plugins:</strong> Could not be determined.</p>',
|
||||
|
||||
// output "Core files"
|
||||
'h2_permissions' => 'FlatPress file and directory permissions',
|
||||
'h2_permissions' => 'File and directory permissions',
|
||||
'h3_core_files' => 'Core',
|
||||
|
||||
'desc_setupfile' => '<p>As soon as the setup has been successfully executed, the setup.php file should be deleted before productive operation.</p>',
|
||||
|
@ -9,7 +9,6 @@
|
||||
*/
|
||||
require_once ABS_PATH . 'defaults.php';
|
||||
require_once INCLUDES_DIR . 'includes.php';
|
||||
require_once CONFIG_DIR . 'plugins.conf.php';
|
||||
|
||||
if (class_exists('AdminPanelAction')) {
|
||||
|
||||
@ -31,7 +30,10 @@ if (class_exists('AdminPanelAction')) {
|
||||
require CONFIG_DIR . 'plugins.conf.php';
|
||||
global $fp_config;
|
||||
|
||||
$BASE_DIR = null;
|
||||
$BASE_DIR = BASE_DIR;
|
||||
|
||||
$setupfile = null;
|
||||
$setupfile = BASE_DIR . '/setup.php';
|
||||
|
||||
$LANG_DEFAULT = null;
|
||||
@ -61,39 +63,50 @@ if (class_exists('AdminPanelAction')) {
|
||||
|
||||
$support ['h3_setup'] = $lang ['admin'] ['maintain'] ['support'] ['h3_setup'];
|
||||
|
||||
$support ['output_SYSTEM_VER'] = SYSTEM_VER . '</p>';
|
||||
|
||||
$support ['output_BASE_DIR'] = BASE_DIR . '</p>';
|
||||
|
||||
$support ['output_www'] = $fp_config ['general'] ['www'] . '</p>';
|
||||
|
||||
if ($LANG_DEFAULT) {
|
||||
$support ['LANG_DEFAULT'] = $lang ['admin'] ['maintain'] ['support'] ['pos_LANG_DEFAULT'];
|
||||
$support ['output_LANG_DEFAULT'] = $LANG_DEFAULT . '</p>';
|
||||
} else {
|
||||
$support ['LANG_DEFAULT'] = $lang ['admin'] ['maintain'] ['support'] ['neg_LANG_DEFAULT'];
|
||||
}
|
||||
|
||||
if ($lang) {
|
||||
$support ['lang'] = $lang ['admin'] ['maintain'] ['support'] ['pos_lang'];
|
||||
$support ['output_lang'] = $fp_config ['locale'] ['lang'] . '</p>';
|
||||
} else {
|
||||
$support ['lang'] = $lang ['admin'] ['maintain'] ['support'] ['neg_lang'];
|
||||
}
|
||||
|
||||
if ($charset) {
|
||||
$support ['charset'] = $lang ['admin'] ['maintain'] ['support'] ['pos_charset'];
|
||||
$support ['output_charset'] = $fp_config ['locale'] ['charset'] . '</p>';
|
||||
} else {
|
||||
$support ['charset'] = $lang ['admin'] ['maintain'] ['support'] ['neg_charset'];
|
||||
}
|
||||
|
||||
if ($theme) {
|
||||
$support ['theme'] = $lang ['admin'] ['maintain'] ['support'] ['pos_theme'];
|
||||
$support ['output_theme'] = $fp_config ['general'] ['theme'] . '</p>';
|
||||
} else {
|
||||
$support ['theme'] = $lang ['admin'] ['maintain'] ['support'] ['neg_theme'];
|
||||
}
|
||||
|
||||
if ($style) {
|
||||
$support ['style'] = $lang ['admin'] ['maintain'] ['support'] ['pos_style'];
|
||||
$support ['output_style'] = $fp_config ['general'] ['style'] . '</p>';
|
||||
} else {
|
||||
$support ['style'] = $lang ['admin'] ['maintain'] ['support'] ['neg_style'];
|
||||
}
|
||||
|
||||
if ($BLOG_BASEURL) {
|
||||
if ($fp_plugins) {
|
||||
$support ['plugins'] = $lang ['admin'] ['maintain'] ['support'] ['pos_plugins'];
|
||||
$support ['output_plugins'] = implode(', ', $fp_plugins);
|
||||
$support ['output_plugins'] = implode(', ', $fp_plugins) . '</p>';
|
||||
} else {
|
||||
$support ['plugins'] = $lang ['admin'] ['maintain'] ['support'] ['neg_plugins'];
|
||||
}
|
||||
|
@ -11,28 +11,30 @@
|
||||
</h3>
|
||||
<ul>
|
||||
<li>
|
||||
{$plang.version}
|
||||
{$plang.version}{$support.output_SYSTEM_VER}
|
||||
</li>
|
||||
{*
|
||||
<li>
|
||||
{$plang.basedir}{$support.output_BASE_DIR}
|
||||
</li>
|
||||
*}
|
||||
<li>
|
||||
{$plang.blogbaseurl}{$support.output_www}
|
||||
</li>
|
||||
<li>
|
||||
{$plang.basedir}
|
||||
{$support.LANG_DEFAULT}{$support.output_LANG_DEFAULT}
|
||||
</li>
|
||||
<li>
|
||||
{$plang.blogbaseurl}
|
||||
{$support.lang}{$support.output_lang}
|
||||
</li>
|
||||
<li>
|
||||
{$support.LANG_DEFAULT}
|
||||
{$support.charset}{$support.output_charset}
|
||||
</li>
|
||||
<li>
|
||||
{$support.lang}
|
||||
{$support.theme}{$support.output_theme}
|
||||
</li>
|
||||
<li>
|
||||
{$support.charset}
|
||||
</li>
|
||||
<li>
|
||||
{$support.theme}
|
||||
</li>
|
||||
<li>
|
||||
{$support.style}
|
||||
{$support.style}{$support.output_style}
|
||||
</li>
|
||||
<li>
|
||||
{$support.plugins}{$support.output_plugins}
|
||||
|
Loading…
x
Reference in New Issue
Block a user