html ordner für pi-hosting
This commit is contained in:
parent
2625a94bfc
commit
276706afeb
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
include 'config.php';
|
||||
include '../config.php';
|
||||
session_start();
|
||||
if (isset($_SESSION['login'])){
|
||||
if (isset($_GET['activate'])){
|
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
include 'config.php';
|
||||
include '../config.php';
|
||||
|
||||
$sql = "SELECT * FROM sites WHERE active=1";
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
include 'config.php';
|
||||
include '../config.php';
|
||||
|
||||
echo 'Stand in Deutschland:';
|
||||
|
Loading…
Reference in New Issue
Block a user