bookmark in page 0
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user