mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-02-12 03:08:40 +00:00
more bug fixes
This commit is contained in:
parent
95d730b9ab
commit
de4116e315
|
|
@ -33,7 +33,7 @@ $amount = (float) ($this->request->getData('amount') ?? 10000.0);
|
||||||
$duration = (int) ($this->request->getData('duration') ?? 10);
|
$duration = (int) ($this->request->getData('duration') ?? 10);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE html>
|
||||||
<html lang="<?= $cLang; ?>">
|
<html lang="<?= $cLang; ?>">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user