uawdijnntqw1x1x1
IP : 18.119.135.231
Hostname : host45.registrar-servers.com
Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
jackpotjunglegam
/
public_html
/
core
/
vendor
/
mollie
/
mollie-api-php
/
.
/
examples
/
functions.php
/
/
<?php /* * NOTE: The examples are using a text file as a database. * Please use a real database like MySQL in production code. */ function database_read($orderId) { $orderId = intval($orderId); $database = dirname(__FILE__) . "/database/order-{$orderId}.txt"; $status = @file_get_contents($database); return $status ? $status : "unknown order"; } function database_write($orderId, $status) { $orderId = intval($orderId); $database = dirname(__FILE__) . "/database/order-{$orderId}.txt"; file_put_contents($database, $status); }
/home/jackpotjunglegam/public_html/core/vendor/mollie/mollie-api-php/./examples/functions.php