allerta-vvf/server/anagrafica.php

5 lines
181 B
PHP

<?php
require_once 'core.php';
loadtemplate('anagrafica.html', ['titolo' => 'Anagrafica utente', 'dacontrollare' => ucwords(str_replace('_', ' ', urldecode($_GET['utente'])))]);
?>