fix akadmy access issue
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
// $phone = $_POST['phone'];
|
||||
// $password = md5($_POST['pass']);
|
||||
try {
|
||||
$select_access = ['beanstalk', 'inhouse', 'teenybeans', 'iimtt', 'buzzapp', 'atheneum', 'teenybeans_curriculum'];
|
||||
$select_access = ['beanstalk', 'inhouse', 'teenybeans', 'iimtt', 'buzzapp', 'atheneum', 'teenybeans_curriculum', 'akadmy'];
|
||||
$access_values_array = [];
|
||||
foreach ($select_access as $access) {
|
||||
if (isset($_POST[$access])) {
|
||||
|
||||
Reference in New Issue
Block a user