mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-28 08:14:25 +02:00
Fix #22
This commit is contained in:
parent
13ed10dc4e
commit
bd88239c7c
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
$url = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']);
|
$path = rtrim(dirname($_SERVER['PHP_SELF']), '/');
|
||||||
$path = dirname($_SERVER['PHP_SELF']);
|
$url = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST'] . $path;
|
||||||
?>
|
?>
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html class="no-js" lang="">
|
<html class="no-js" lang="">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user