Changeset 290 for branches/release-1_3/include/init.inc.php
- Timestamp:
- Jan 18, 2004, 3:13:02 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_3/include/init.inc.php
r240 r290 17 17 * * 18 18 ***************************************************************************/ 19 // determine the initial instant to indicate the generation time of this page 20 $t1 = explode( ' ', microtime() ); 21 $t2 = explode( '.', $t1[0] ); 22 $t2 = $t1[1].'.'.$t2[1]; 23 19 24 define( 'PREFIX_INCLUDE', '' ); 20 25
Note: See TracChangeset
for help on using the changeset viewer.