Change const to the right value

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-12-03 13:48:42 -05:00
parent 0920eb470e
commit 66ef9d1ade
Signed by untrusted user: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
</head>
<body>
<?php
$const = 1000;
$const = 619;
$langs = array();
$langs['pt-BR'] = array("Brazilian Portuguese", "Português Brasileiro");