File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ function buildMenu() {
18
18
if ( isset ($ _SESSION ['id ' ]) ) {
19
19
$ submenu = new \Tsugi \UI \Menu ();
20
20
$ submenu ->addLink ('Playground ' , $ R .'play ' );
21
+ $ submenu ->addLink ('Status ' , "https://status.cc4e.com " );
21
22
$ submenu ->addLink ('Online Compilers ' , $ R .'compilers ' );
22
23
$ set ->addLeft ('Write C ' , $ submenu );
23
24
$ submenu = new \Tsugi \UI \Menu ();
Original file line number Diff line number Diff line change 31
31
the source code for this file</a>
32
32
and send a GitHub Pull Request.
33
33
</p>
34
+ <?php
35
+ require_once "footer.php " ;
Original file line number Diff line number Diff line change 92
92
<body>
93
93
<p>
94
94
<?php if ( $ LOGGED_IN ) { ?>
95
- This is the <a href="index.php">www.cc4e.com</a> code playground for writing C programs
96
- It is a very limited environment - you can find more full-featured
97
- C compilers <a href="compilers.php">online</a>.
95
+ This is the <a href="index.php">www.cc4e.com</a> code playground for writing C programs.
96
+ You can also check
97
+ <a href="https://status.cc4e.com" target="_blank">recent status</a> of this
98
+ compiler page.
98
99
<?php
99
100
if ( U::get ($ _REQUEST , "sample " , null ) != null ) {
100
101
echo (' Note that not all of the sample programs in the book compile and run using a modern compiler. ' );
You can’t perform that action at this time.
0 commit comments