forked from kamba4/sunders
moved files into subdirs
This commit is contained in:
parent
bf6ccf5094
commit
10fcf55b10
242 changed files with 23 additions and 0 deletions
3
web/www/sunders/fr/camera.php
Normal file
3
web/www/sunders/fr/camera.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
include '../camera.php';
|
||||
?>
|
1
web/www/sunders/fr/images
Symbolic link
1
web/www/sunders/fr/images
Symbolic link
|
@ -0,0 +1 @@
|
|||
../images/
|
6
web/www/sunders/fr/index.php
Normal file
6
web/www/sunders/fr/index.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
$initialLanguage = 'fr';
|
||||
|
||||
$pathToWebFolder = '../';
|
||||
include $pathToWebFolder.'index.php';
|
||||
?>
|
6
web/www/sunders/fr/stats/index.php
Normal file
6
web/www/sunders/fr/stats/index.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
$initialLanguage = 'fr';
|
||||
|
||||
$pathToWebFolder = '../../';
|
||||
include $pathToWebFolder.'stats/index.php';
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue