|
Support Incident Tracker GIT4.x
|
Go to the source code of this file.
Variables | |
| $permission = PERM_FILE_PUBLISH | |
| $id = clean_int($_REQUEST['id']) | |
| $title = $strFTPFileDetails | |
| $sql = "SELECT * FROM `{$dbFiles}` WHERE id='{$id}' AND category='ftp' " | |
| $result = mysql_query($sql) | |
| if(mysql_error()) trigger_error("MySQL Query Error ".mysql_error() | E_USER_WARNING |
| $obj = mysql_fetch_object($result) | |
| $j = 0 | |
| $ext = array($strBytes, $strKBytes, $strMBytes, $strGBytes, $strTBytes) | |
| $pretty_file_size = $obj->size | |
| if ($obj->expiry > 0) | |
| $ext = array($strBytes, $strKBytes, $strMBytes, $strGBytes, $strTBytes) |
Definition at line 39 of file ftp_file_details.php.
Referenced by getattachmenticon(), and readable_bytes_size().
| $id = clean_int($_REQUEST['id']) |
Definition at line 29 of file ftp_file_details.php.
| $j = 0 |
Definition at line 38 of file ftp_file_details.php.
Referenced by ldapGroupBrowse(), and readable_bytes_size().
| $obj = mysql_fetch_object($result) |
Definition at line 35 of file ftp_file_details.php.
| $permission = PERM_FILE_PUBLISH |
Definition at line 17 of file ftp_file_details.php.
| $pretty_file_size = $obj->size |
Definition at line 40 of file ftp_file_details.php.
| $result = mysql_query($sql) |
Definition at line 33 of file ftp_file_details.php.
| $sql = "SELECT * FROM `{$dbFiles}` WHERE id='{$id}' AND category='ftp' " |
Definition at line 32 of file ftp_file_details.php.
| $title = $strFTPFileDetails |
Definition at line 30 of file ftp_file_details.php.
| if (mysql_error()) trigger_error("MySQL Query Error ".mysql_error() E_USER_WARNING |
Definition at line 34 of file ftp_file_details.php.
| if($obj->expiry > 0) |
Definition at line 64 of file ftp_file_details.php.