Update signup-handler.php

This commit is contained in:
deepend-tildeclub 2024-01-05 11:34:08 -07:00 committed by GitHub
parent 71b4b4ff29
commit 76399a5d49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
$filepath = __FILE__;
require __DIR__.'/../vendor/autoload.php';
# require __DIR__.'/../vendor/autoload.php';
require_once "email/smtp.php";
function getUserIpAddr() {