This commit is contained in:
wangjinlei
2023-05-18 09:42:12 +08:00
commit 6e7ee3dd44
1214 changed files with 103535 additions and 0 deletions

24
publish/view.php Normal file
View File

@@ -0,0 +1,24 @@
<?php
$aid = $_GET['aid'];
if($aid==1110){
header("location:https://www.tmrjournals.com/notice.html?J_num=19&footer_id=29");
}else if($aid==2474){
header("location:https://www.tmrjournals.com/article.html?J_num=17&a_id=1020");
}else if($aid==2486){
header("location:https://www.tmrjournals.com/article.html?J_num=17&a_id=1021");
}else if($aid==2535){
header("location:https://www.tmrjournals.com/article.html?J_num=17&a_id=1022");
}else if($aid==2598){
header("location:https://www.tmrjournals.com/article.html?J_num=17&a_id=1023");
}else if($aid==2635){
header("location:https://www.tmrjournals.com/article.html?J_num=17&a_id=1024");
}else if($aid==2656){
header("location:https://www.tmrjournals.com/article.html?J_num=17&a_id=1025");
}else if($aid==2722){
header("location:https://www.tmrjournals.com/article.html?J_num=17&a_id=1026");
}else if($aid==2744){
header("location:https://www.tmrjournals.com/article.html?J_num=17&a_id=1027");
}else{
header("location:https://www.tmrjournals.com/notice.html?J_num=19&footer_id=32");
}
?>