We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4ec9b commit 318f9daCopy full SHA for 318f9da
web/inc/secure_login.php
@@ -1,5 +1,5 @@
1
<?php
2
-require_once('/usr/local/vesta/web/login_url.php');
+require_once('/usr/local/vesta/web/inc/login_url.php');
3
if (isset($_GET[$login_url])) {
4
setcookie($login_url, '1', time() + 31536000, '/', $_SERVER['HTTP_HOST'], true);
5
header ("Location: /");
0 commit comments