소스 검색

Merge branch 'development' into production

parkeradmin 1 개월 전
부모
커밋
2c777c05c5
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      .gitignore
  2. 1 1
      public/index.php

+ 1 - 0
.gitignore

@@ -2,6 +2,7 @@
 *.log
 .env
 .ssh-askpass.cmd
+.web-ssh-askpass.cmd
 *.env
 .idea/
 .vscode/

+ 1 - 1
public/index.php

@@ -36,7 +36,7 @@ try {
 <body>
 <main>
     <section class="card">
-        <h1>Desktop support,<br>done right.</h1>
+        <h1>Desktop support,<br>done right!</h1>
         <p>Your Debian 13 LAMP development environment is ready. Replace this page with your experience, certifications, projects, and contact information.</p>
         <dl>
             <dt>PHP</dt><dd><?= htmlspecialchars(PHP_VERSION, ENT_QUOTES) ?></dd>