Subversion Repositories archerygear

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 - 1
<?php
2
if ($_SERVER["REQUEST_METHOD"] == "POST") {
3
    echo file_get_contents("snippets/" . $_POST['page'] . ".html");
4
}