Allow arai on tryserver
This commit is contained in:
Родитель
5a6e0bb7af
Коммит
8572a97d2a
|
@ -65,7 +65,7 @@ function has_permissions()
|
||||||
|
|
||||||
$split = explode("@", $_SESSION['persona'], 2);
|
$split = explode("@", $_SESSION['persona'], 2);
|
||||||
|
|
||||||
if ($split[0] == 'hv1989' && split[1] == "gmail.com") {
|
if ($split[0] == 'hv1989' && $split[1] == "gmail.com") {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -73,6 +73,10 @@ function has_permissions()
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($split[0] == 'arai.unmht' && $split[1] == "gmail.com") {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче