fix akadmy access issue

This commit is contained in:
2025-10-13 12:15:30 +00:00
parent 1c9cf33900
commit 67fc13a6ea
2 changed files with 3 additions and 3 deletions

View File

@@ -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])) {