update rating 2
This commit is contained in:
parent
b1bb8c3b26
commit
df53811d22
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user