| Path : /var/www/html/smart_kpp2_v2/modules/student_main/ |
| Current File : /var/www/html/smart_kpp2_v2/modules/student_main/default.php |
<?php
if($_SESSION['user_os']=='mobile'){
include("modules/student_main/student_report1_mobile.php");
}
else{
echo "<br />";
echo "<br />";
echo "<div align='center'><img src='images/admin/student.jpg' border='0'></div>";
}
?>