html ordner für pi-hosting

This commit is contained in:
Göran Heinemann 2020-03-06 20:13:11 +01:00
parent 2625a94bfc
commit 276706afeb
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<?php <?php
include 'config.php'; include '../config.php';
session_start(); session_start();
if (isset($_SESSION['login'])){ if (isset($_SESSION['login'])){
if (isset($_GET['activate'])){ if (isset($_GET['activate'])){

View File

@ -1,5 +1,5 @@
<?php <?php
include 'config.php'; include '../config.php';
$sql = "SELECT * FROM sites WHERE active=1"; $sql = "SELECT * FROM sites WHERE active=1";

View File

@ -1,5 +1,5 @@
<?php <?php
include 'config.php'; include '../config.php';
echo 'Stand in Deutschland:'; echo 'Stand in Deutschland:';