Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2015-10-28 03:10:01 +0300
committerChaoyi Zha <summermontreal@gmail.com>2015-10-28 03:10:01 +0300
commit5f1a1c9319c4ed902e1247fb3b4d69467693bb2f (patch)
treee33ba7e7c2d7502683993f7e0eba301b166a09dd
parentf1c765abd25e902364a65633981550f8f8ddbca5 (diff)
redirect to correct UCP link
-rw-r--r--login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/login.php b/login.php
index 1bc880d..39b5cc5 100644
--- a/login.php
+++ b/login.php
@@ -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');