mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
filepath change to secure_login.php
This commit is contained in:
parent
ac4ec9b1a0
commit
318f9dadde
1 changed files with 1 additions and 1 deletions
|
@ -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: /");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue