diff options
Diffstat (limited to 'public/index.php')
-rw-r--r-- | public/index.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/public/index.php b/public/index.php index 8cb2b9a..abdac71 100644 --- a/public/index.php +++ b/public/index.php | |||
@@ -1,13 +1,6 @@ | |||
1 | <?php | 1 | <?php |
2 | // public/index/php | 2 | // public/index/php |
3 | 3 | ||
4 | /* installation de composer sur un hébergement mutualisé | ||
5 | 1. télécharger le script d'installation: | ||
6 | php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" | ||
7 | 2. installation: php composer-setup.php | ||
8 | 3. supprimer l'installateur: php -r "unlink('composer-setup.php');" | ||
9 | 4. utilisation: php composer.phar */ | ||
10 | |||
11 | declare(strict_types=1); | 4 | declare(strict_types=1); |
12 | 5 | ||
13 | // -- prétraitement -- | 6 | // -- prétraitement -- |