| 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/nikooacademy_crm/admin/ |
Upload File : |
<?php
session_start();
include_once("../config/config.php");
//error_reporting(E_ALL);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php echo TITLE; ?></title>
<link href="../styles/admin.css" rel="stylesheet">
<link href="../styles/customers.invoice.print_official01.css" rel="stylesheet">
<script type="text/javascript" language="JavaScript" src="../scripts/calendar/JScripts/amin.js"></script>
<script type="text/javascript" language="JavaScript" src="../scripts/calendar/JScripts/calendar.js"></script>
<script type="text/javascript" language="JavaScript" src="../scripts/jquery-2.0.0.js"></script>
<link rel="stylesheet" type="text/css" href="../scripts/calendar/CSS/calendar.css">
<link rel="shortcut icon" href="../images/favicon.ico">
</head>
<?php
include_once("../classes/class_database.php");
include_once("../functions/functions.php");
include_once("../classes/jdatetime.class.php");
include_once("../functions/date.php");
$db=new database();
$jdate = new jDateTime(false,true,'Asia/Tehran');
$today = jDateTime::date("Y-m-d", time());
$day_split=preg_split('%-%',$today);
$today_year=$day_split[0];
$today_month=$day_split[1];
$today_day=$day_split[2];
$today_time = jDateTime::date("H:i:s", time());
$operator_id=$_SESSION['admin.'.$company_name_en.'_user_id'];
$pid=$db->mysql_real_escape_string($_GET['pid']);
$file_name = "components/".$pid.".php";
if (file_exists($file_name))
{
include($file_name);
}
?>