[9.1.02] suppression include

This commit is contained in:
fredtempez 2019-05-08 10:57:00 +02:00
parent bbca1f6517
commit ea52d0bd54
3 changed files with 5 additions and 7 deletions

View File

@ -1,5 +1,8 @@
# Changelog # Changelog
### Version 9.1.02
- Correction :
- Suppression Include
## Version 9.1.01 ## Version 9.1.01
- Modifications : - Modifications :

View File

@ -28,7 +28,7 @@ class common {
const GROUP_ADMIN = 3; const GROUP_ADMIN = 3;
// Numéro de version // Numéro de version
const ZWII_VERSION = '9.1.01'; const ZWII_VERSION = '9.1.02';
public static $actions = []; public static $actions = [];
public static $coreModuleIds = [ public static $coreModuleIds = [

View File

@ -300,11 +300,6 @@
<?php endif; ?> <?php endif; ?>
<!-- Lien remonter en haut --> <!-- Lien remonter en haut -->
<div id="backToTop"><?php echo template::ico('up'); ?></div> <div id="backToTop"><?php echo template::ico('up'); ?></div>
<?php $layout->showScript(); <?php $layout->showScript();?>
// Test d'insertion d'un script
if (file_exits('site/data/script.inc.php')) {
include ('site/data/script.inc.php');
}
?>
</body> </body>
</html> </html>