Changeset 124 for trunk/web/conf/opt.php
- Timestamp:
- 09/20/10 09:43:01 (13 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/conf/opt.php
r122 r124 6 6 print "<div id=\"contenu\">\n"; 7 7 8 print "<p> Compilation options: </p>\n";8 print "<p> Compilation options: \n"; 9 9 10 10 while (!feof ($CONFfinputLOG)) { … … 22 22 } 23 23 24 print "</ div>\n";24 print "</p> </div>\n"; 25 25 26 26 fclose($CONFfinputLOG);