add help center

This commit is contained in:
SilicaAndPina 2021-07-15 01:51:30 +12:00
parent 0e571700fa
commit bbd6ef28ca
192 changed files with 1458 additions and 386 deletions

View file

@ -1,5 +1,5 @@
<?php
$obj = json_decode(file_get_contents("newuserquizquestions.json"), true);
$obj = json_decode(file_get_contents("questions.json"), true);
$chatpoint = 0;
//echo $obj["questions"][0]["title"]
if (isset($_GET["CHATPOINT"])) {