Files
2022-11-08 15:58:20 +01:00

6 lines
116 B
PHP

<?php
$site_name = "New Project";
$site_author = "Nicolás A. Ortega Froysa";
$site_url = "http://example.com/";
?>