mirror of
https://github.com/xodivorce/xeorl.git
synced 2025-12-19 16:23:01 +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) ✨
|
### 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/)
|
||||||
[](https://github.com/xeorl/xeorl-portfolio/)
|
[](https://github.com/xeorl/xeorl-portfolio/)
|
||||||
<br></br>
|
<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">
|
<div class="logo">
|
||||||
<img src="assets/images/url.png" alt="Xeorl Logo" class="logo-img">
|
<img src="assets/images/url.png" alt="Xeorl Logo" class="logo-img">
|
||||||
<span>Xeorl</span>
|
<span>Xeorl</span>
|
||||||
<span class="version-number">4.2.7</span>
|
<span class="version-number">4.2.8</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<label class="burger">
|
<label class="burger">
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
// if (session_status() === PHP_SESSION_NONE) {
|
if (session_status() === PHP_SESSION_NONE) {
|
||||||
// session_start();
|
session_start();
|
||||||
// }
|
}
|
||||||
|
|
||||||
// if (!isset($_SESSION['redirect_url'])) {
|
if (!isset($_SESSION['redirect_url'])) {
|
||||||
// http_response_code(400);
|
http_response_code(400);
|
||||||
// die("Invalid request! The page you are looking for may have been deleted or removed from our server.");
|
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>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|||||||
Reference in New Issue
Block a user