// Direct access allowed for Login session_start(); if (isset($_SESSION)) { session_destroy(); } session_start(); if (!defined('MyConst')) define('MyConst', TRUE); include('../globalVariables.php'); include('../../parent/functionsHeader.php'); include('../../parent/students/studentConfigGoogle.php'); echo" FlexTime App"; getJQueryImports(); echo"
TeachMore®
Helping Teachers To Teach Smarter, Not Harder
"; if($studentCredentials == 'yes') { // Allow overriding paths for shims $loginAction = $loginAction ?? '../../parent/students/studentLoginCheck.php'; $_SESSION['url_extension'] = $file; echo"

Student FlexTime App

".$loginText."

"; } else { // Allow overriding paths for shims $loginAction = $loginAction ?? '../../parent/students/studentLoginCheck.php'; $captchaSrc = $captchaSrc ?? '../../parent/students/captcha.php'; echo"

Welcome to the Student FlexTime for ".$loginText.".


Student ID Number:


CAPTCHA

Please Enter the Captcha Text:


"; } echo"
"; echo"
"; if($studentCredentials == 'yes') { if(($studentPasswordFromSIS == 'yes')||($paloAltoSchool == 'yes')) { if($studentGoogleLogin == 'yes') { //Create a URL to obtain user authorization $login_button = ''; echo"
".$login_button . "
"; } } else { if($studentGoogleLoginOnly == 'yes') { } else { echo" Signup

Change Your Password

"; } if($studentGoogleLogin == 'yes') { //Create a URL to obtain user authorization $login_button = ''; echo"

".$login_button . "
"; } } } echo"
Student Services
"; ?>