Rev 10 | Details | Compare with Previous | Last modification | View Log | RSS feed
<?php
ob_start();
include "./config/revision.txt";
$GLOBALS[revision] = ob_get_clean();
?>