Files
php_billing/119/config/_config.php
Kar l5 e67df7f464 init
2024-06-08 14:27:55 +05:30

2 lines
205 B
PHP

<?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");