Update overview.php
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user