Skip to content

Commit

Permalink
Add previousCharacterSet to info script. Will come in handy at utf8 c…
Browse files Browse the repository at this point in the history
…onversion.

Signed-off-by: Norv <norv@simplemachines.org>
  • Loading branch information
norv committed Dec 22, 2012
1 parent 29c3e58 commit 0d257a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smfinfo.php
Expand Up @@ -79,6 +79,7 @@ function load_txt_strings()
$txt['unknown_db_version'] = 'Database Character Set Unknown';
$txt['support_versions_current'] = 'Current SMF Info version';
$txt['support_versions_forum'] = 'Your SMF Info version';
$txt['previousCharacterSet'] = 'Previous character set';


// PHP Specific Info
Expand Down Expand Up @@ -175,6 +176,7 @@ function load_txt_strings()
'log_pruning' => get_smf_setting('pruningOptions', 'on'),
'sef_urls' => get_smf_setting('queryless_urls'),
'compressed_output' => get_smf_setting('enableCompressedOutput'),
'previousCharacterSet' => get_smf_setting('previousCharacterSet'),
);

$context['phpinfo'] = array (
Expand Down

0 comments on commit 0d257a7

Please sign in to comment.