PHP Classes

File: Command/Notification/email_templates/components/directory_upload_stats.php

Recommend this page to a friend!
  Classes of Alexey Freelancer   Backup Task   Command/Notification/email_templates/components/directory_upload_stats.php   Download  
File: Command/Notification/email_templates/components/directory_upload_stats.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Backup Task
Take backups of directories and MySQL databases
Author: By
Last change: Update of Command/Notification/email_templates/components/directory_upload_stats.php
Date: 3 months ago
Size: 319 bytes
 

Contents

Class file image Download
Started at: <?php echo date('Y-m-d H:i:s', $upload['directory']['started_at']) ?>
Finished at: <?php echo date('Y-m-d H:i:s', $upload['directory']['finished_at']) ?>
Path : <?php echo $upload['directory']['path'] ?>
Total: <?php echo ($upload['directory']['finished_at'] - $upload['directory']['started_at']) ?> sec.