You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
cosmopet-architecture/dup-installer/templates/default/parts/validation/tests/package-age.php

17 lines
475 B

<?php
/**
*
* @package templates/default
*/
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
/* Variables */
/* @var $packageDays int */
/* @var $maxPackageDays int */
?><p>
This package is <?php echo $packageDays; ?> day(s) old.
Packages older than <?php echo $maxPackageDays; ?> days might be considered stale. It is recommended to build a new
package unless your aware of the content and its data. This is message is simply a recommendation.
</p>