@@ -6,9 +6,15 @@ |
||
6 | 6 | |
7 | 7 | $res=@include_once $path.'/../htdocs/master.inc.php'; |
8 | 8 | $res=@include_once $path.'/../../htdocs/master.inc.php'; |
9 | -if (! $res) @include_once '../../master.inc.php'; |
|
10 | -if (! $res) @include_once '../master.inc.php'; |
|
11 | -if (! $res) @include_once './master.inc.php'; |
|
9 | +if (! $res) { |
|
10 | + @include_once '../../master.inc.php'; |
|
11 | +} |
|
12 | +if (! $res) { |
|
13 | + @include_once '../master.inc.php'; |
|
14 | +} |
|
15 | +if (! $res) { |
|
16 | + @include_once './master.inc.php'; |
|
17 | +} |
|
12 | 18 | |
13 | 19 | |
14 | 20 | // Show information |