aboutsummaryrefslogtreecommitdiff
path: root/views/test1/index.php
blob: 6fb737ccf5dde3b6f24ace80c15a57c8640c1bc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php
    $title = 'Added user';
    include '../meta.php';
    runController('test');
?>

<p>Something</p>

<?php end_page(); ?>