moved files into subdirs

This commit is contained in:
asohh 2025-10-13 16:28:20 +02:00
commit 10fcf55b10
242 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,3 @@
<?php
include '../camera.php';
?>

1
web/www/sunders/es/images Symbolic link
View file

@ -0,0 +1 @@
../images/

View file

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

View file

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