mengupdate index.html di root

This commit is contained in:
2026-06-10 18:27:28 +07:00
parent ea94820aa4
commit e19a120676
4 changed files with 6 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
web: php -S 0.0.0.0:${PORT:-8080}
+1
View File
@@ -11,6 +11,7 @@ define('DB_NAME', getenv('DB_NAME') ?: 'default');
define('DB_USER', getenv('DB_USER') ?: 'mysql'); define('DB_USER', getenv('DB_USER') ?: 'mysql');
define('DB_PASS', getenv('DB_PASS') ?: 'tg9lvPlr4hgUhgtT7aPq9XelkCEvvMGtsoV8eB4dD5FAkz891PwkJT340xmaEWxL'); define('DB_PASS', getenv('DB_PASS') ?: 'tg9lvPlr4hgUhgtT7aPq9XelkCEvvMGtsoV8eB4dD5FAkz891PwkJT340xmaEWxL');
define('DB_CHARSET', 'utf8mb4'); define('DB_CHARSET', 'utf8mb4');
// Direktori upload foto laporan // Direktori upload foto laporan
define('UPLOAD_DIR', __DIR__ . '/uploads/'); define('UPLOAD_DIR', __DIR__ . '/uploads/');
+2 -2
View File
@@ -757,7 +757,7 @@ if (!empty($_GET['q'])) {
<i class="fas fa-link"></i> <i class="fas fa-link"></i>
/Web GIS Layer/ /Web GIS Layer/
</div> </div>
<a href="./Web GIS Layer/index.html" <a href="./Web%20GIS%20Layer/index.html"
class="btn-open" class="btn-open"
style="background:linear-gradient(135deg,#3b82f6,#06b6d4)" style="background:linear-gradient(135deg,#3b82f6,#06b6d4)"
onclick="window.location.href=this.href; return false;"> onclick="window.location.href=this.href; return false;">
@@ -814,7 +814,7 @@ if (!empty($_GET['q'])) {
<i class="fas fa-link"></i> <i class="fas fa-link"></i>
/Web GIS Rumah Ibadah/ /Web GIS Rumah Ibadah/
</div> </div>
<a href="./Web GIS Rumah Ibadah/index.html" <a href="./Web%20GIS%20Rumah%20Ibadah/index.html"
class="btn-open" class="btn-open"
style="background:linear-gradient(135deg,#8b5cf6,#ec4899)" style="background:linear-gradient(135deg,#8b5cf6,#ec4899)"
onclick="window.location.href=this.href; return false;"> onclick="window.location.href=this.href; return false;">
+2
View File
@@ -0,0 +1,2 @@
[start]
cmd = "php -S 0.0.0.0:8080"