Changeset 3190752
- Timestamp:
- 11/17/2024 06:31:31 PM (16 months ago)
- File:
-
- 1 edited
-
rainbow-secure/trunk/inc/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rainbow-secure/trunk/inc/functions.php
r3164550 r3190752 686 686 // Check if the valid_upto date is valid and in the future 687 687 $valid_upto_timestamp = strtotime($valid_upto); 688 if ($valid_upto_timestamp && $valid_upto_timestamp > time()) {688 if ($valid_upto_timestamp) { 689 689 return true; 690 690 }
Note: See TracChangeset
for help on using the changeset viewer.