Changeset 17653 for branches/version-2/data/class/pages/campaign
- Timestamp:
- 2008/10/23 11:03:49 (18 years ago)
- Location:
- branches/version-2/data/class/pages/campaign
- Files:
-
- 3 edited
-
LC_Page_Campaign.php (modified) (1 diff)
-
LC_Page_CampaignApplication.php (modified) (1 diff)
-
LC_Page_CampaignComplete.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/data/class/pages/campaign/LC_Page_Campaign.php
r16582 r17653 77 77 if(!$cart_flg) { 78 78 $this->sendRedirect($this->getLocation(CAMPAIGN_URL . "$dir_name/application.php")); 79 exit; 79 80 } 80 81 -
branches/version-2/data/class/pages/campaign/LC_Page_CampaignApplication.php
r16922 r17653 130 130 // 完了ページへリダイレクト 131 131 $this->sendRedirect($this->getLocation(CAMPAIGN_URL . "$dir_name/complete.php")); 132 exit; 132 133 } 133 134 } -
branches/version-2/data/class/pages/campaign/LC_Page_CampaignComplete.php
r16582 r17653 62 62 if(!$objCampaignSess->getIsCampaign()) { 63 63 $this->sendRedirect($this->getLocation(URL_DIR)); 64 exit; 64 65 } 65 66
Note: See TracChangeset
for help on using the changeset viewer.
