Sindbad~EG File Manager
<?php
// Application Configuration
define('APP_NAME', 'COP Madina Area Reports');
define('APP_VERSION', '1.0.0');
// Use relative paths for URLs within the app
define('APP_URL', '');
// Database Configuration
define('DB_HOST', 'localhost');
define('DB_NAME', 'copmadinaarea_copreports');
define('DB_USER', 'copmadinaarea_nabibo');
define('DB_PASS', 'copmadinaarea_nabibo');
// Security Configuration
define('SESSION_TIMEOUT', 3600); // 1 hour
define('PASSWORD_MIN_LENGTH', 8);
// File Upload Configuration
define('UPLOAD_MAX_SIZE', 5242880); // 5MB
define('UPLOAD_PATH', 'uploads/');
// Theme Configuration
define('DEFAULT_THEME', 'blue-gradient');
// Pagination
define('RECORDS_PER_PAGE', 20);
// Audit Log Settings
define('AUDIT_RETENTION_DAYS', 365);
// Notification Settings
define('NOTIFICATION_RETENTION_DAYS', 30);
?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists