« Back to History
change_password.php
|
20260722_120325.php
Initial Domain Snapshot
Copy Code
<?php error_reporting(E_ALL); ini_set('display_errors', 1); require __DIR__ . '/../modules/auth/auth.php'; require_login(); header('Location: /erp/public/profile.php#pwd'); exit;