- Timestamp:
- 2006/12/13 13:07:13 (20 years ago)
- Location:
- temp/test-xoops.ec-cube.net/html/modules/xoopspoll
- Files:
-
- 2 edited
-
pollrating.php (modified) (1 diff)
-
pollresults.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php
r870 r871 43 43 $option_id = (!empty($option_id)) ? intval($option_id) : 0; 44 44 if (empty($option_id)) { 45 redirect_header( "index.php",0);45 redirect_header(XOOPS_URL."/modules/xoopspoll/pollresults.php?poll_id=".$poll_id,0); 46 46 exit(); 47 47 } -
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollresults.php
r812 r871 38 38 $poll_id = (!empty($poll_id)) ? intval($poll_id) : 0; 39 39 if (empty($poll_id)) { 40 redirect_header(" pollresults.php?poll_id=".$poll_id,0);40 redirect_header("index.php",0); 41 41 exit(); 42 42 }
Note: See TracChangeset
for help on using the changeset viewer.
