| Server IP : 45.94.215.241 / Your IP : 216.73.216.122 Web Server : Apache/2.4.66 (Ubuntu) System : Linux srv2937474766 7.0.0-28-generic #28-Ubuntu SMP PREEMPT_DYNAMIC Sun Jun 21 01:01:36 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.5.4 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/hamoon-gym-pwa/admin_web/ |
Upload File : |
<?php if ($_SESSION['admin.'.$company_name_en.'_login']!="1") die; ?>
<table class="tables" width="100%">
<tr>
<td colspan="2"><?php include("components/homepage.sms.credit.php"); ?></td>
</tr>
<tr>
<td colspan="2"><?php include("components/homepage.students.today.php"); ?></td>
</tr>
<tr>
<td><?php include("components/homepage.active.students.chart.php"); ?></td>
<td>
<?php include("components/homepage.students.debtors.warning.php"); ?>
<br/>
<?php include("components/homepage.students.active_and_schedule_less.php"); ?>
</td>
</tr>
<tr>
<td colspan="2"><?php include("components/homepage.students.debtors.php"); ?></td>
</tr>
</table>
<?php
/*
$timetable_popup_arguments=array(
"pid"=>"homepage.fields.schedule"
);
timetable_popup($timetable_popup_arguments);
*/
?>