filepath change to secure_login.php

This commit is contained in:
dpeca 2018-04-10 02:25:45 +02:00 committed by GitHub
commit 318f9dadde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
<?php
require_once('/usr/local/vesta/web/login_url.php');
require_once('/usr/local/vesta/web/inc/login_url.php');
if (isset($_GET[$login_url])) {
setcookie($login_url, '1', time() + 31536000, '/', $_SERVER['HTTP_HOST'], true);
header ("Location: /");