Files
etc
var
www
html
phpmyadmin
admin.php
coinpayments_ipn.php
delete.php
faq.php
favicon.ico
files.php
home.php
index.php
list.php
log.php
login.php
logout.php
password.php
register.php
robots.txt
upgrade.php
mail
skel
common.php
composer.json
cron.php
find_old.php
setup.php
setup_chroot.sh
COPYING
README.md
clean_nginx_sockets.sh
install_binaries.sh
hosting/var/www/html/logout.php
Daniel Winzen fa24bb61ec Added PHP 7.2 support + minor bugfixes and performance tweaks
Note when applying this update you will have to update existing nginx vhosts to match new listening addresses (IPv6). Preferably you should update them to unix socket though and apply the changes to the tor hidden service config as well
2018-02-10 22:10:07 +01:00

5 lines
73 B
PHP

<?php
session_start();
session_destroy();
header('Location: login.php');