Skip to content

Commit

Permalink
Update ranklist_export.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Feb 22, 2024
1 parent e5adaf6 commit 3151173
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions trunk/web/admin/ranklist_export.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
$OJ_CACHE_SHARE=false;
$cache_time=30;
require_once('./include/cache_start.php');
require_once('./include/db_info.inc.php');
require_once("./include/my_func.inc.php");
require_once('./include/setlang.php');
require_once('./include/memcache.php');
require_once('../include/cache_start.php');
require_once('../include/db_info.inc.php');
require_once("../include/my_func.inc.php");
require_once('../include/setlang.php');
require_once('../include/memcache.php');

if(!isset($_SESSION[$OJ_NAME.'_'.'administrator'])){
echo "<a href='../loginpage.php'>Please Login First!</a>";
Expand Down

0 comments on commit 3151173

Please sign in to comment.