install/readme.php
changeset 1227 bdac73ed481e
parent 1081 745200a9cc2a
equal deleted inserted replaced
1226:de56132c008d 1227:bdac73ed481e
    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 &raquo;</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 &raquo;</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