Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2251 → Rev 2252

/web/index.php
36,7 → 36,7
}
while (!feof($file_conf)) {
$buffer = fgets($file_conf, 4096);
if ((strpos($buffer, '=') !== false) && (substr($buffer, 0, 1) !== '//')) {
if ((strpos($buffer, '=') !== false) && (substr($buffer, 0, 1) !== '#')) {
$tmp = explode('=', $buffer);
$conf[$tmp[0]] = trim($tmp[1]);
}
494,7 → 494,7
</script>
<?php endif; ?>
</head>
<body<? (($direct_access) ? ' onload="setBoxInfoContent(\'text_conn\');"' : '') ?>>
<body<?= (($direct_access) ? ' onload="setBoxInfoContent(\'text_conn\');"' : '') ?>>
<?php if ($direct_access): ?>
<div id="cadre_titre" class="titre_controle">
<p id="acces_controle" class="titre_controle"><?= $l_title ?></p>