Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/add.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
exit(0);
define('IN_ADRAIN', 1);
define('IN_ADD', 1);
require './global.php';
Expand Down
6 changes: 6 additions & 0 deletions src/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
if (login()) {
db::init();
?>
<div class="alert alert-warning" role="alert" style="white-space: pre-wrap;">
Adrain 已不再维护,并将于 2026 年 1 月 1 日后下线。您无法新增新的申请记录。
请收藏 USTC 飞跃编辑部的新网站:<a href="https://ustcflyer.com" class="alert-link">https://ustcflyer.com</a>。
Adrain 的公开数据由 USTC 飞跃编辑部转移至新网站,您可以在新网站上继续查阅和分享申请经验。
如果希望删除位于 USTC 飞跃编辑部网站的数据,请联系我们或 USTC 飞跃编辑部(flyers_ustc@163.com)。
</div>
<div class="alert alert-info" role="alert" style="white-space: pre-wrap;">
中科大飞跃手册,涵盖各学科申请经验,欢迎下载:
计算机科学:<a href="attachments/cs-2020.php" class="alert-link">2020年版</a>, <a href="attachments/cs-2019.php" class="alert-link">2019年版</a>
Expand Down
5 changes: 5 additions & 0 deletions src/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
template('header');
?>

<div class="alert alert-warning" role="alert" style="white-space: pre-wrap;">
提示:你可能需要额外确认数据是否在 USTC 飞跃编辑部的新网站:<a href="https://ustcflyer.com" class="alert-link">https://ustcflyer.com</a>。
在此处删除无法删除 USTC 飞跃编辑部新网站上的数据。
</div>


<?php if ($msgtype == 'info'): ?>
<form action="update.php" method="post">
Expand Down