PHP Classes

File: uploady/logic/reportAbuseLogic.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Uploady PHP Upload File to MySQL   uploady/logic/reportAbuseLogic.php   Download  
File: uploady/logic/reportAbuseLogic.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Uploady PHP Upload File to MySQL
Store file upload details in a MySQL database
Author: By
Last change: Fixing the bug in the report abuse logic
Fix
Date: 2 months ago
Size: 105 bytes
 

Contents

Class file image Download
<?php

$fileID
= $utils->sanitize($_GET['file_id']) ?? null;

$title = $lang["general"]['report_abuse'];