Changeset 417 for trunk/includes/system.php
- Timestamp:
- Apr 7, 2010, 7:31:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/system.php
r291 r417 34 34 list($Usec, $Sec) = explode(' ', microtime()); 35 35 return ((float)$Usec + (float)$Sec); 36 } 36 } 37 38 function Link($Target) 39 { 40 global $Config; 41 42 return($Config['Web']['BaseURL'].$Target); 43 } 37 44 } 38 45
Note:
See TracChangeset
for help on using the changeset viewer.