freepost codebase git repo
Clone
HTTPS:
git clone https://vervis.peers.community/repos/Avlxv
SSH:
git clone USERNAME@vervis.peers.community:Avlxv
Branches
Tags
master
::
about.php
<?php
require_once 'session.php';
require_once 'twig.php';
// Render template
echo $twig->render (
'about.twig',
array ('title' => 'About'));