Files
kabano/views/d.admin.git-pull.html
copilot-swe-agent[bot] 9728aefc07 Replace PHP short tags
Co-authored-by: LeOSW42 <673670+LeOSW42@users.noreply.github.com>
2026-01-24 12:42:17 +00:00

23 lines
341 B
HTML
Executable File

<!DOCTYPE html>
<html lang="fr">
<?php include('blocks/d.head.html'); ?>
<body>
<?php include('blocks/d.nav.html'); ?>
<section>
<h1><?=$head['title']?></h1>
<br>
<pre><?php
foreach($output as $line) {
echo $line."<br>";
}
?></pre>
</section>
<?php include('blocks/d.footer.html'); ?>
</body>
</html>