Add example file.

This commit is contained in:
2022-11-08 15:58:20 +01:00
parent 7c1aec3497
commit 805139d2ca
10 changed files with 63 additions and 0 deletions

5
example/config.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
$site_name = "New Project";
$site_author = "Nicolás A. Ortega Froysa";
$site_url = "http://example.com/";
?>