Perbaiki .gitignore agar log dan file sensitif tidak ikut commit

This commit is contained in:
WD - Dev
2025-10-18 16:05:45 +07:00
parent eb13c69431
commit 6017dfd369
27 changed files with 89223 additions and 280 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<?php if($SvId == 2 ) { ?>
<?php if($SvId == 2 || $_SESSION['user'] == 1 ) { ?>
<?php
$stmt3 = $pdo->prepare("SELECT * FROM master_template_pesan WHERE id = :id");