forked from gnuboard/gnuboard5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request gnuboard#276 from KyleDEV/docker/로컬환경수정
Docker/로컬환경수정 및 README 작성
- Loading branch information
Showing
14 changed files
with
381 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
file_uploads = On | ||
memory_limit = 256M | ||
upload_max_filesize = 100M | ||
post_max_size = 100M |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
.docker/initfile/data/nariya/widget/w-promotion-ad-insertion-pai-mo.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
if (!defined('_GNUBOARD_')) exit; | ||
$data=array ( | ||
'd' => | ||
array ( | ||
'advertisers' => | ||
array ( | ||
0 => '홍보맨11', | ||
1 => '홍보맨12', | ||
2 => '홍보맨13', | ||
3 => '홍보맨14', | ||
4 => '홍보맨15', | ||
), | ||
'board_exception' => 'promotion,truthroom', | ||
'insert_index' => '0', | ||
'min_cnt_for_insert_index' => '5', | ||
'how_many_to_display' => '2', | ||
), | ||
); |
19 changes: 19 additions & 0 deletions
19
.docker/initfile/data/nariya/widget/w-promotion-ad-insertion-pai-pc.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
if (!defined('_GNUBOARD_')) exit; | ||
$data=array ( | ||
'd' => | ||
array ( | ||
'advertisers' => | ||
array ( | ||
0 => '홍보맨11', | ||
1 => '홍보맨12', | ||
2 => '홍보맨13', | ||
3 => '홍보맨14', | ||
4 => '홍보맨15', | ||
), | ||
'board_exception' => 'promotion,truthroom', | ||
'insert_index' => '0', | ||
'min_cnt_for_insert_index' => '5', | ||
'how_many_to_display' => '2', | ||
), | ||
); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters