Skip to content

Commit

Permalink
Updated the data for the distro sanity check.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmakaay committed Jul 20, 2011
1 parent 0f53f32 commit c82edc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/admin/sanity_checks/distro.php
Expand Up @@ -44,6 +44,7 @@
'include/admin/file_purge.php',
'include/admin/footer.php',
'include/admin/forum_defaults.php',
'include/admin/functions.php',
'include/admin/groups.php',
'include/admin/header.php',
'include/admin/index.php',
Expand Down Expand Up @@ -107,6 +108,7 @@
'include/posting/request_first.php',
'include/posting/request_followup.php',

'include/api/admin.php',
'include/api/template.php',
'include/api/output.php',
'include/api/write_file.php',
Expand Down Expand Up @@ -214,6 +216,7 @@
'include/thread_info.php', // moved to Thread API
'include/thread_sort.php', // moved to Thread API
'include/email_functions.php', // moved to Mail API
'include/admin_functions.php', // moved to include/admin/functions.php
)
);

Expand All @@ -232,7 +235,7 @@

// A list of language files that ship with Phorum.
$GLOBALS["PHORUM"]["distro_languages"] = array(
"english.php",
"en_US.UTF-8.php",
);

function phorum_check_distro()
Expand Down

0 comments on commit c82edc7

Please sign in to comment.