update rating 2

This commit is contained in:
Flatlogic Bot 2026-03-10 08:29:36 +00:00
parent b1bb8c3b26
commit df53811d22
2 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,11 @@
<?php
require_once __DIR__ . '/db/config.php';
if (session_status() === PHP_SESSION_NONE) {
session_start();
}
if (!isset($_SESSION["lang"]) && !isset($_GET["lang"])) {
$_SESSION["lang"] = "ar";
}
require_once __DIR__ . "/db/config.php";
require_once __DIR__ . '/includes/lang.php';
$success = false;

View File

@ -1,5 +1,11 @@
<?php
require_once __DIR__ . '/db/config.php';
if (session_status() === PHP_SESSION_NONE) {
session_start();
}
if (!isset($_SESSION["lang"]) && !isset($_GET["lang"])) {
$_SESSION["lang"] = "ar";
}
require_once __DIR__ . "/db/config.php";
require_once __DIR__ . '/includes/lang.php';
$success = false;