This commit is contained in:
Kar l5
2024-06-08 14:27:55 +05:30
commit e67df7f464
37 changed files with 2666 additions and 0 deletions

1
119/config/_config.php Normal file
View File

@@ -0,0 +1 @@
<?php define("PWD", getcwd()); session_start(); define("MYSQL_HOST", "localhost"); define("MYSQL_USER", "billing"); define("MYSQL_DB", "billing"); define("MYSQL_PASS", "MyPass"); define("SHOP_ID", "119");