Skip to content

Commit

Permalink
Update admin-header.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Jan 24, 2025
1 parent 1f6fc30 commit b9341a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion trunk/web/admin/admin-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
echo "<a href='../loginpage.php'>Please Login First!</a>";
exit(1);
}
require_once("../template/$OJ_TEMPLATE/css.php");
if(file_exists("../template/$OJ_TEMPLATE/css.php")) require_once("../template/$OJ_TEMPLATE/css.php");
else require_once("../template/bs3/css.php");

if(file_exists("../lang/$OJ_LANG.php")) require_once("../lang/$OJ_LANG.php");
?>
<iframe src="../session.php" height=0px width=0px ></iframe>

0 comments on commit b9341a0

Please sign in to comment.