raspap-webgui-mirror/includes/about.php

10 lines
119 B
PHP
Raw Normal View History

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