add www directory

This commit is contained in:
kamba4 2024-09-12 19:22:07 +00:00
commit 832c581044
219 changed files with 12487 additions and 0 deletions

6
www/sunders/it/index.php Normal file
View file

@ -0,0 +1,6 @@
<?php
$initialLanguage = 'it';
$pathToWebFolder = '../';
include $pathToWebFolder.'index.php';
?>