FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
puzzle/next.php at master · maskerTUI/puzzle · GitHub
maskerTUI
/
puzzle
Public
forked from
szisa/puzzle
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
puzzle
/
next.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (18 loc) · 432 Bytes
Breadcrumbs
puzzle
/
next.php
Copy path
File metadata and controls
20 lines (18 loc) · 432 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
use
base
\
puzzle
as
puzzle
;
include
(
$
_SERVER
[
'
DOCUMENT_ROOT
'
].
"
/template/puzzle.php
"
);
$
p
=
new
puzzle
(
array
(
"
stage
"
=>
3
,
"
next
"
=>
"
/lang/cpp.php
"
));
$
p
->
header
();
?>
<section>
<div class="puzzle">
<span class="tip">不错哟~再接再厉!现在下一关又在哪儿?</span>
</div>
<a href="
<?=
$
p
->
next
?>
" style="display:none;">下一关>> </a>
</section>
<?php
$
p
->
footer
();
?>
Back
|
FazBrowse Home
|
New Git URL