1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-09 11:42:28 +01:00

redirect to correct UCP link

This commit is contained in:
Chaoyi Zha 2015-10-27 20:10:01 -04:00
parent f1c765abd2
commit 5f1a1c9319

View File

@ -2,7 +2,7 @@
require_once('lib-auth.php');
$polrauth = new polrauth();
if ($polrauth->islogged() != false) {
header("Location: ucp.php");
header("Location: admin");
die();
}
require_once('layout-headersm.php');