3 Star 11 Fork 2

BLumia / BLumiaOJ

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
problemset_vj.php 460 Bytes
一键复制 编辑 原始数据 按行查看 历史
BLumia 提交于 2017-01-07 00:42 . Repo clean-up #2
<?php session_start(); ?>
<!DOCTYPE html>
<html>
<head>
<?php require_once('./include/common_head.inc.php'); ?>
<title>Problem Set</title>
</head>
<?php
//Vars
require_once('./include/setting_oj.inc.php');
//Prepare
$p=isset($_GET['p']) ? $_GET['p'] : 0;
if($p<0){$p=0;}
$front=intval($p*$PAGE_ITEMS);
$onOJ=isset($_GET['oj']) ? $_GET['oj'] : "HDU";
$totalCount = 5;
//Page Includes
require("./pages/problemset_vj.php");
?>
</html>
PHP
1
https://gitee.com/blumia/BLumiaOJ.git
git@gitee.com:blumia/BLumiaOJ.git
blumia
BLumiaOJ
BLumiaOJ
master

搜索帮助