15 lines
328 B
PHP
15 lines
328 B
PHP
<?php require_once("./include/db_info.inc.php"); ?>
|
|
|
|
<?php $show_title = "$MSG_PROBLEMS - $OJ_NAME"; ?>
|
|
<?php include("template/$OJ_TEMPLATE/header.php"); ?>
|
|
<div class="padding">
|
|
|
|
|
|
<div class="container">
|
|
<?php include "demos/index.php"; ?>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<?php include("template/$OJ_TEMPLATE/footer.php"); ?>
|