01.
$Check
=
$dataCheckOrg
[
"org"
];
02.
if
(
$Check
== 1) {
03.
header(
"location: "
);
04.
}
else
if
(
$Check
== 2){
05.
header(
"location: home.php"
);
06.
}
else
if
(
$Check
== 3){
07.
header(
"location:"
);
08.
}
else
if
(
$Check
== 4){
09.
header(
"location: home.php"
);
10.
}
else
if
(
$Check
== 5){
11.
header(
"location: "
);
12.
}
else
if
(
$Check
== 6){
13.
header(
"location: home.php"
);
14.
}