Changeset 38
- Timestamp:
- 2007/01/26 10:07:21 (16 years ago)
- Location:
- branches/dev/html
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/contents/campaign.php
r17 r38 333 333 // ¥¥ã¥ó¥Ú¡¼¥ó¼Â¹ÔPHP¤ò¥³¥Ô¡¼ 334 334 $ret = sfCreateFile(CAMPAIGN_PATH . $file); 335 copy( CAMPAIGN_PATH . "default/index.php", CAMPAIGN_PATH . $file . "/index.php");336 copy( CAMPAIGN_PATH . "default/application.php", CAMPAIGN_PATH . $file . "/application.php");337 copy( CAMPAIGN_PATH . "default/complete.php", CAMPAIGN_PATH . $file . "/complete.php");338 copy( CAMPAIGN_PATH . "default/entry.php", CAMPAIGN_PATH . $file . "/entry.php");335 copy($default_dir . "src/index.php", CAMPAIGN_PATH . $file . "/index.php"); 336 copy($default_dir . "src/application.php", CAMPAIGN_PATH . $file . "/application.php"); 337 copy($default_dir . "src/complete.php", CAMPAIGN_PATH . $file . "/complete.php"); 338 copy($default_dir . "src/entry.php", CAMPAIGN_PATH . $file . "/entry.php"); 339 339 340 340 // ¥Ç¥Õ¥©¥ë¥È¥Æ¥ó¥×¥ì¡¼¥ÈºîÀ®(¥¥ã¥ó¥Ú¡¼¥óÃæ) -
branches/dev/html/install/index.php
r17 r38 328 328 "../../data/install.inc", 329 329 "../user_data", 330 "../cp", 330 331 "../upload", 331 332 "../../data/Smarty/templates_c",
Note: See TracChangeset
for help on using the changeset viewer.