add rssa apps to git

This commit is contained in:
ryan
2026-06-04 09:16:51 +07:00
commit b40fd24711
6383 changed files with 1139152 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
// koneksi localhost
// $open = mysqli_connect("127.0.0.1", "root", "", "perawatigd");
// koneksi server ugd
$open = mysqli_connect("127.0.0.1", "www-data", "www-data", "perawatigd");
if (!$open) {
echo "Error: Unable to connect to MySQL." . PHP_EOL;
echo "Debugging errno: " . mysqli_connect_errno() . PHP_EOL;
echo "Debugging error: " . mysqli_connect_error() . PHP_EOL;
exit;
}