Skip to content

Commit 318f9da

Browse files
authored
filepath change to secure_login.php
1 parent ac4ec9b commit 318f9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/inc/secure_login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
require_once('/usr/local/vesta/web/login_url.php');
2+
require_once('/usr/local/vesta/web/inc/login_url.php');
33
if (isset($_GET[$login_url])) {
44
setcookie($login_url, '1', time() + 31536000, '/', $_SERVER['HTTP_HOST'], true);
55
header ("Location: /");

0 commit comments

Comments
 (0)