equal
deleted
inserted
replaced
24 $ui->show_header(); |
24 $ui->show_header(); |
25 |
25 |
26 ?> |
26 ?> |
27 <h2>Readme</h2> |
27 <h2>Readme</h2> |
28 <p>This document contains important information you'll want to know before you install Enano. For installation instructions, please |
28 <p>This document contains important information you'll want to know before you install Enano. For installation instructions, please |
29 see the <a href="http://docs.enanocms.org/Help:2.1">Enano installation guide</a>. <a href="index.php">Return to welcome menu »</a></p> |
29 see the <a href="http://docs.enanocms.org/Help:2.1">Enano installation guide</a>. <a href="index.php">Return to welcome menu »</a></p> |
30 <pre class="scroller"><?php |
30 <pre class="scroller"><?php |
31 |
31 |
32 $readme = @file_get_contents('./README'); |
32 $readme = @file_get_contents('./README'); |
33 echo htmlspecialchars($readme); |
33 echo htmlspecialchars($readme); |
34 |
34 |