PHP Classes

File: documentation/change-log.php

Recommend this page to a friend!
  Classes of Oliver Lillie   PHP Video Toolkit   documentation/change-log.php   Download  
File: documentation/change-log.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Video Toolkit
Manipulate and convert videos with ffmpeg program
Author: By
Last change: added git hub change log to documentation html
Date: 1 year ago
Size: 424 bytes
 

Contents

Class file image Download
<?php
   
   
require_once './includes/header.php';
   
?>

        <div class="span9">
          <h1>Change Log</h1>
          <p>
             
<?php echo nl2br(htmlspecialchars(file_get_contents('https://raw.githubusercontent.com/buggedcom/phpvideotoolkit-v2/master/CHANGELOG.md'), ENT_QUOTES, 'UTF-8')); ?>

          </p>
        </div><!--/span-->
       
<?php
   
   
require_once './includes/footer.php';