raspap-webgui/includes/about.php

10 lines
119 B
PHP
Executable File

<?php
/**
* Displays info about the RaspAP project
*/
function DisplayAbout()
{
echo renderTemplate("about");
}