mengupdate index.html di root
This commit is contained in:
@@ -11,6 +11,7 @@ define('DB_NAME', getenv('DB_NAME') ?: 'default');
|
||||
define('DB_USER', getenv('DB_USER') ?: 'mysql');
|
||||
define('DB_PASS', getenv('DB_PASS') ?: 'tg9lvPlr4hgUhgtT7aPq9XelkCEvvMGtsoV8eB4dD5FAkz891PwkJT340xmaEWxL');
|
||||
define('DB_CHARSET', 'utf8mb4');
|
||||
|
||||
// Direktori upload foto laporan
|
||||
define('UPLOAD_DIR', __DIR__ . '/uploads/');
|
||||
|
||||
|
||||
@@ -757,7 +757,7 @@ if (!empty($_GET['q'])) {
|
||||
<i class="fas fa-link"></i>
|
||||
/Web GIS Layer/
|
||||
</div>
|
||||
<a href="./Web GIS Layer/index.html"
|
||||
<a href="./Web%20GIS%20Layer/index.html"
|
||||
class="btn-open"
|
||||
style="background:linear-gradient(135deg,#3b82f6,#06b6d4)"
|
||||
onclick="window.location.href=this.href; return false;">
|
||||
@@ -814,7 +814,7 @@ if (!empty($_GET['q'])) {
|
||||
<i class="fas fa-link"></i>
|
||||
/Web GIS Rumah Ibadah/
|
||||
</div>
|
||||
<a href="./Web GIS Rumah Ibadah/index.html"
|
||||
<a href="./Web%20GIS%20Rumah%20Ibadah/index.html"
|
||||
class="btn-open"
|
||||
style="background:linear-gradient(135deg,#8b5cf6,#ec4899)"
|
||||
onclick="window.location.href=this.href; return false;">
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
[start]
|
||||
cmd = "php -S 0.0.0.0:8080"
|
||||
Reference in New Issue
Block a user