Perbaiki .gitignore agar log dan file sensitif tidak ikut commit
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user