Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit c33f186

Browse files
author
Nathan Shaaban
committed
fix location
1 parent 3168eaf commit c33f186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/logout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
<?php
2222

2323
echo template_footer();
24-
header("Location: ".$loginUrl);
24+
header("Location: index.php");

0 commit comments

Comments
 (0)