1 | ; <?php/* |
||
0 ignored issues
–
show
|
|||
2 | |||
3 | [general] |
||
4 | name ="LibApp" |
||
5 | version ="2.0.0" |
||
6 | encoding ="UTF-8" |
||
7 | description ="Application framework" |
||
8 | description.fr ="Framework applicatif" |
||
9 | delete =1 |
||
10 | db_prefix ="app_" |
||
11 | ov_version ="8.6.97" |
||
12 | php_version ="7.1" |
||
13 | mysql_version ="5.1" |
||
14 | addon_access_control =0 |
||
15 | author ="Robin Bailleux ([email protected])" |
||
16 | icon ="icon.png" |
||
17 | mysql_character_set_database ="latin1,utf8" |
||
18 | configuration_page ="main&idx=addonconfiguration.display" |
||
19 | |||
20 | [addons] |
||
21 | LibOrm ="0.11.14" |
||
22 | widgets ="1.0.90" |
||
23 | LibFileManagement ="0.2.23" |
||
24 | |||
25 | ;*/?> |
Short opening tags are disabled in PHP?s default configuration. In such a case, all content of this file is output verbatim to the browser without being parsed, or executed.
As a precaution to avoid these problems better use the long opening tag
<?php
.