Эх сурвалжийг харах

Merge branch 'development' into production

parkeradmin 1 сар өмнө
parent
commit
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>