Changeset 4 for trunk/Global.php
- Timestamp:
- Sep 10, 2018, 1:41:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Global.php
r2 r4 5 5 return(date('j.n.Y', $Time)); 6 6 } 7 8 function HumanDateTime($Time) 9 { 10 return(date('j.n.Y H:i:s', $Time)); 11 } 12 7 13 function Link2($URL) 8 14 { 9 15 global $Config; 10 16 11 17 return $Config['BaseURL'].$URL; 12 18 }
Note:
See TracChangeset
for help on using the changeset viewer.