Update overview.php

This commit is contained in:
Janis Steiner
2024-06-27 13:37:18 +00:00
committed by GitHub
parent 5352ea3987
commit 44c529813c

View File

@@ -434,6 +434,13 @@ function load_user()
</form> </form>
</div> </div>
</div> </div>
<?php
if($_SESSION["class"]==""){
echo("<script>");
echo("$('#select_class').modal('show');");
echo("</script>");
}
?>
<div id="footer"></div> <div id="footer"></div>
</body> </body>