CPANEL-READY UPDATED FILES

config/database.php
- Updated to use cPanel database credentials:
  DB_NAME: shthnl_asset
  DB_USER: shthnl_asset
  DB_PASS: assetmanagement
- Production-safe database error handling added.

.htaccess
- Added DirectoryIndex index.php.
- Blocks direct browser access to SQL files, README, deployment notes, and dotfiles.
- Adds basic security headers.

config/.htaccess
- Blocks direct access to database configuration folder.

storage/.htaccess
- Blocks direct access to storage folder.

uploads/.htaccess
- Prevents script execution from uploaded files.

install.sql
- Updated for cPanel import into selected database shthnl_asset.
- Removed CREATE DATABASE / USE commands to avoid cPanel phpMyAdmin privilege errors.

asset_schema_update_20260610.sql
- Removed old USE nl_asset_management command.
- Added cPanel note for shthnl_asset import.

cpanel_import_current_data.sql
- Added as a copy of the uploaded SQL dump for importing exact local data into shthnl_asset.

README.md
- Updated cPanel database and deployment notes.

CPANEL_DEPLOYMENT_GUIDE.txt
- Added full step-by-step cPanel launch instructions for assetmanagement.app.
