Re-add missing import

This commit is contained in:
Elizabeth Cray 2023-10-04 01:34:06 -04:00
parent 21043d9681
commit 4951c288fa
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<?php
$config = json_decode(file_get_contents("/var/www/usergen/secret/config.json", true));
require_once("/var/www/usergen/secret/helpers.php");
require_once("/var/www/usergen/secret/oauth.php");
?>
<!DOCTYPE html>
<HTML lang="en">