mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 15:40:22 +00:00
9 lines
119 B
PHP
Executable file
9 lines
119 B
PHP
Executable file
<?php
|
|
|
|
/**
|
|
* Displays info about the RaspAP project
|
|
*/
|
|
function DisplayAbout()
|
|
{
|
|
echo renderTemplate("about");
|
|
}
|