summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php7
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é
51. télécharger le script d'installation:
6php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
72. installation: php composer-setup.php
83. supprimer l'installateur: php -r "unlink('composer-setup.php');"
94. utilisation: php composer.phar */
10
11declare(strict_types=1); 4declare(strict_types=1);
12 5
13// -- prétraitement -- 6// -- prétraitement --