~phpbb3.pl/phpbb3-checkscript/trunk

« back to all changes in this revision

Viewing changes to check.php

  • Committer: faw
  • Date: 2008-06-18 10:06:42 UTC
  • Revision ID: faw217@gmail.com-20080618100642-qda0nkrn6al3k0jj
Code cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
error_reporting(E_ALL);
4
4
 
 
5
if (!defined('NL'))
 
6
{
 
7
        define('NL', "\n");
 
8
}
 
9
 
5
10
define('phpbb_version_compatible', '3.0.1');
6
11
 
7
12
header('Content-Type: text/plain; charset=utf-8');
36
41
        }
37
42
}
38
43
 
39
 
if (!defined('NL'))
40
 
{
41
 
        define('NL', "\n");
42
 
}
43
 
 
44
44
$lang = 'en';
45
45
 
46
46
if (isset($_GET['lang']))
88
88
new Check_Files;
89
89
new Check_PHPfunctions;
90
90
new Check_ConfigPHP;
91
 
 
92
91
if ($DB)
93
92
{
94
93
        new Check_DBTables;