[9.1.02] suppression include
This commit is contained in:
parent
bbca1f6517
commit
ea52d0bd54
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
### Version 9.1.02
|
||||
- Correction :
|
||||
- Suppression Include
|
||||
|
||||
## Version 9.1.01
|
||||
- Modifications :
|
||||
|
@ -28,7 +28,7 @@ class common {
|
||||
const GROUP_ADMIN = 3;
|
||||
|
||||
// Numéro de version
|
||||
const ZWII_VERSION = '9.1.01';
|
||||
const ZWII_VERSION = '9.1.02';
|
||||
|
||||
public static $actions = [];
|
||||
public static $coreModuleIds = [
|
||||
|
@ -300,11 +300,6 @@
|
||||
<?php endif; ?>
|
||||
<!-- Lien remonter en haut -->
|
||||
<div id="backToTop"><?php echo template::ico('up'); ?></div>
|
||||
<?php $layout->showScript();
|
||||
// Test d'insertion d'un script
|
||||
if (file_exits('site/data/script.inc.php')) {
|
||||
include ('site/data/script.inc.php');
|
||||
}
|
||||
?>
|
||||
<?php $layout->showScript();?>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user