mirror of
https://github.com/xodivorce/xeorl.git
synced 2025-12-19 00:02:57 +05:30
v4.2.8
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
### Xeorl - The All-In-One, Fully Free to Use Advanced Link Shortener and Management Tool - Powered by [@xodivorce](https://instagram.com/xodivorce) ✨
|
||||
[](https://github.com/xeorl/xeorl-portfolio/)
|
||||
[](https://github.com/xeorl/xeorl-portfolio/)
|
||||
[](https://github.com/xeorl/xeorl-portfolio/)
|
||||
[](https://github.com/xeorl/xeorl-portfolio/)
|
||||
<br></br>
|
||||
|
||||
|
||||
BIN
htdocs/.DS_Store
vendored
BIN
htdocs/.DS_Store
vendored
Binary file not shown.
BIN
htdocs/assets/.DS_Store
vendored
BIN
htdocs/assets/.DS_Store
vendored
Binary file not shown.
@@ -10,7 +10,7 @@ if (session_status() === PHP_SESSION_NONE) {
|
||||
<div class="logo">
|
||||
<img src="assets/images/url.png" alt="Xeorl Logo" class="logo-img">
|
||||
<span>Xeorl</span>
|
||||
<span class="version-number">4.2.7</span>
|
||||
<span class="version-number">4.2.8</span>
|
||||
</div>
|
||||
|
||||
<label class="burger">
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
<?php
|
||||
// if (session_status() === PHP_SESSION_NONE) {
|
||||
// session_start();
|
||||
// }
|
||||
if (session_status() === PHP_SESSION_NONE) {
|
||||
session_start();
|
||||
}
|
||||
|
||||
// if (!isset($_SESSION['redirect_url'])) {
|
||||
// http_response_code(400);
|
||||
// die("Invalid request! The page you are looking for may have been deleted or removed from our server.");
|
||||
// }
|
||||
if (!isset($_SESSION['redirect_url'])) {
|
||||
http_response_code(400);
|
||||
die("Invalid request! The page you are looking for may have been deleted or removed from our server.");
|
||||
}
|
||||
|
||||
// $redirect_url = $_SESSION['redirect_url'];
|
||||
$redirect_url = $_SESSION['redirect_url'];
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
Reference in New Issue
Block a user