Re-add missing import
This commit is contained in:
parent
21043d9681
commit
4951c288fa
@ -1,6 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
$config = json_decode(file_get_contents("/var/www/usergen/secret/config.json", true));
|
$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/helpers.php");
|
||||||
|
require_once("/var/www/usergen/secret/oauth.php");
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<HTML lang="en">
|
<HTML lang="en">
|
||||||
|
Loading…
Reference in New Issue
Block a user