raspap-webgui-mirror/includes/about.php
2020-02-15 17:57:46 +00:00

10 lines
119 B
PHP
Executable file

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