startQuestions.php 183 B

123456
  1. <?php
  2. $root = $_SERVER['DOCUMENT_ROOT'];
  3. include($root . "/util/session.php"); //checks that the user is logged in
  4. $_SESSION['questionAdd'] = 'true';
  5. header("location: teacher.php");