Commit c64ac838 authored by Mahmoud Aglan's avatar Mahmoud Aglan

fix: branding admin credentials updated

Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
parent f09aa13d
<?php <?php
session_start(); session_start();
$ADMIN_USER = 'admin'; $ADMIN_USER = 'admin';
$ADMIN_PASS = 'El3ab@Brand2024'; $ADMIN_PASS = 'Alarcade123#';
if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['login'])) { if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['login'])) {
if ($_POST['username'] === $ADMIN_USER && $_POST['password'] === $ADMIN_PASS) { if ($_POST['username'] === $ADMIN_USER && $_POST['password'] === $ADMIN_PASS) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment