From 058f22c35b7bf4e8f6daea9e8f88d4b67b1be0d0 Mon Sep 17 00:00:00 2001 From: Arcturus Date: Thu, 20 Nov 2025 21:06:34 +0900 Subject: [PATCH] update --- AvocadoAmber/common.php | 16 ++--- AvocadoAmber/install/index.php | 10 ++-- AvocadoAmber/install/install.css | 78 +++++++++++++++++++------ AvocadoAmber/install/install.inc.php | 54 ++++++++--------- AvocadoAmber/install/install.inc2.php | 2 +- AvocadoAmber/install/install_config.php | 2 +- AvocadoAmber/install/install_header.php | 5 ++ 7 files changed, 109 insertions(+), 58 deletions(-) create mode 100644 AvocadoAmber/install/install_header.php diff --git a/AvocadoAmber/common.php b/AvocadoAmber/common.php index 7cc061b..2de4b81 100644 --- a/AvocadoAmber/common.php +++ b/AvocadoAmber/common.php @@ -420,10 +420,10 @@ if (file_exists($dbconfig_file)) { -
- AVOCADO EDITION - Message -
+

아보카도 에디션을 먼저 설치해주십시오.

다음 파일을 찾을 수 없습니다.

@@ -462,10 +462,10 @@ if (!defined('G5_IS_ADMIN')) { -
- AVOCADO EDITION - Message -
+

아보카도 에디션 설정을 완료해주십시오.


diff --git a/AvocadoAmber/install/index.php b/AvocadoAmber/install/index.php index eddc611..e1f7f59 100644 --- a/AvocadoAmber/install/index.php +++ b/AvocadoAmber/install/index.php @@ -1,13 +1,13 @@ - -
- AVOCADO EDITION - INSTALLATION -
- +

- 디렉토리의 퍼미션을 705로 변경하여 주십시오.
-

#> chmod 705 
- 또는
-
#> chmod uo+rx 

- 위 명령 실행후 브라우저를 새로고침 하십시오. + 디렉토리의 퍼미션을 705로 변경하여 주십시오.
+ 아래 내용을 클릭하면 명령어가 전체 선택됩니다.
+
chmod 705 
+ 또는
+
chmod uo+rx 

+ 위 명령 실행후 브라우저를 새로고침 하십시오.

- 디렉토리의 퍼미션을 707로 변경하여 주십시오.
-

#> chmod 707 
- 또는
-
#> chmod uo+rwx 

- 위 명령 실행후 브라우저를 새로고침 하십시오. + 디렉토리의 퍼미션을 707로 변경하여 주십시오.
+ 아래 내용을 클릭하면 명령어가 전체 선택됩니다.
+
chmod 707 
+ 또는
+
chmod uo+rwx 

+ 위 명령 실행후 브라우저를 새로고침 하십시오.

- 디렉토리의 퍼미션을 707로 변경하여 주십시오.
-

#> chmod 707 
- 또는
-
#> chmod uo+rwx 

- 위 명령 실행후 브라우저를 새로고침 하십시오. + 디렉토리의 퍼미션을 707로 변경하여 주십시오.
+ 아래 내용을 클릭하면 명령어가 전체 선택됩니다.
+
chmod 707 
+ 또는
+
chmod uo+rwx 

+ 위 명령 실행후 브라우저를 새로고침 하십시오.

- AVOCADO EDITION + AVOCADO EDITION: AMBER

GPL! OPEN SOURCE GNUBOARD

diff --git a/AvocadoAmber/install/install_config.php b/AvocadoAmber/install/install_config.php index 38497af..2f6a804 100644 --- a/AvocadoAmber/install/install_config.php +++ b/AvocadoAmber/install/install_config.php @@ -102,7 +102,7 @@ if (!isset($_POST['agree']) || $_POST['agree'] != '동의함') {

- 주의! 이미 이 존재한다면 DB 자료가 망실되므로 주의하십시오.
+ 이미 를 설치한 경우, 재설치 시 기존 데이터베이스를 잃어버리므로 주의해 주시기 바랍니다!
주의사항을 이해했으며, 아보카도 에디션 설치를 계속 진행하시려면 다음을 누르십시오.

diff --git a/AvocadoAmber/install/install_header.php b/AvocadoAmber/install/install_header.php new file mode 100644 index 0000000..e92fd41 --- /dev/null +++ b/AvocadoAmber/install/install_header.php @@ -0,0 +1,5 @@ +
AVOCADO EDITION: AMBER