isidore/example/config.php

6 lines
116 B
PHP

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