Qware_core/config/installcontrol.php.install

30 lines
817 B
Plaintext
Executable File

<?php
/**-----------------------------------------------
*
* Rooty, 2018 <rooty@rooty.me>
*
*
* This software is protected by copyright, please
* read the file COPYRIGHT.
* This program is distributed in the hope that it
* will be useful, but without any warranty; without
* even the implied warranty of merchantability or
* fitness for a particular purpose. Please
* read the file LICENCE.
*
* InstallControl.php
*
* <P>Ce fichier sert à vérifier l'installation du portail <br>*</P>
*
* @author Initiance <www.initiance.com|martial@initiance.com>
* @since 2018/04/02
* @version 0.3
* @link www.rooty.me
* @package install
* @copyright Copyright &copy; 2009-2018, Rooty
*/
// Cette variable existe lorque l'installation est effectuée
define ('QWARE_INSTALLED', {_QWAREINSTALLED_}); /* Qware installé */
?>