Changeset 34 for trunk/examples/example_basic_count.php
- Timestamp:
- 05/17/05 11:07:10 (4 years ago)
- Files:
-
- trunk/examples/example_basic_count.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/example_basic_count.php
r31 r34 26 26 if( isset( $_REQUEST['restart'] ) && $_REQUEST['restart'] == 'force' ) 27 27 { 28 $sess->destroy();29 28 $sess->restart(); 30 29 }
