raspap-webgui/includes/about.php

10 lines
119 B
PHP
Raw Normal View History

2019-03-15 13:31:02 +01:00
<?php
/**
* Displays info about the RaspAP project
*/
2019-08-19 00:20:47 +02:00
function DisplayAbout()
{
echo renderTemplate("about");
2019-03-15 13:31:02 +01:00
}