L'écran de sécurité est un fichier php unique, qui protège vos sites en bloquant certaines attaques liées à des trous de sécurité.
The security screen is a single PHP file, which protects your sites by blocking certain attacks related to security holes.
Info: Il est aussi possible de partager les parties communes grâce à l'inclusion de gabarits, un peu comme l'inclusion de fichier php.
Info: It is also possible to share common layout via template inclusion, which is like PHP file inclusion.
Créez un fichier php unittest.php dans la racine du mediawiki.
Create a php file unittest.php in the root of the mediawiki directory.
Aucun autre fichier php devrait être accessible.
No other php file should be accessible.
Possibilité de choisir le nom de fichier php
Possibility to choose the name of php file
Si quelqu'un sait le chemin d'accès à votre fichier php, il / elle peut faire fonctionner de l'extérieur.
If somebody knows the pathname to your php file he/she can run it from outside.
Après quelque temps, et ouvre le fichier php sur votre écriture plugin plugin.
After a time, and opens the php file on your writing plugin plugin.
Le formulaire peut être téléchargé sur un simple clic en utilisant les routines internes ftp ou vous pouvez télécharger le fichier php par vous-même.
The form can be uploaded on a single click using the internal ftp routines or you can upload the php file by yourself.
Une mauvaise implémentation permettrait à n'importe qui de récupérer les sources du site et d'envoyer un fichier php contenant un code à risque.
A bad implementation could allow anyone to get the site sources and to send a php file containing a dangerous code.
Pour cela, un fichier php est écrit, laissant un message aux visiteurs du site.
For this, a php file is written that leaves a message for visitors to the website.
Déclarez le block dans le fichier php de votre choix, en utilisant le hook init
Declare the block in you chosen php file, using the init hook.
Cet exemple montre comment convertir une configuration à partir d'un fichier php qui contient un tableau php dans un fichier xml.
This example shows how to convert a configuration from a php file which contains a php array to an xml file.
Nous allons utiliser un fichier php (index.php) pour gérer la logique de notre application web.
We'll use a single php file (index.php) to handle the logic of our web application.