bookmark in page 0

This commit is contained in:
Andrey Kuvshinov
2020-05-15 23:20:37 +03:00
parent a81f912d88
commit 8631217e52
3 changed files with 8 additions and 15 deletions

View File

@@ -21,14 +21,11 @@ function index_kuri(){
if ($checklogin['error'] == 'client not found'){
$url = SITE.'login';
login_kuri();
}
else {
$url = SITE.'mybooks';
mybooks_kuri();
}
header("HTTP/1.1 301 Moved Permanently");
header("Location: $url");
exit();
}