v1.2.0
aymm 2021-04-05 15:04:47 +02:00
parent ff31885c93
commit 7431986a96
Signed by: phlaym
GPG Key ID: A06651BAB6777237
2 changed files with 9 additions and 1 deletions

View File

@ -10,7 +10,8 @@
".git",
".eslintrc",
".nova",
"*.log"
"*.log",
"config.php"
],
"remotePath" : "\/var\/www\/html\/Dragonpolls",
"remoteURL" : "https:\/\/phlaym.net\/Dragonpolls\/",

7
logout.php Normal file
View File

@ -0,0 +1,7 @@
<?php
require_once __DIR__ .'/bootstrap.php';
$api->logout();
$url = empty($_SERVER['HTTP_REFERER']) ? 'index.php' : $_SERVER['HTTP_REFERER'];
redirect($url);