diff options
author | Hilmar R <u02@u29lx193> | 2021-03-02 16:11:18 +0100 |
---|---|---|
committer | Hilmar R <u02@u29lx193> | 2021-03-02 16:11:18 +0100 |
commit | 4cc72db4630822956a90ecb71ea9cf41a79e700d (patch) | |
tree | 0021a1db244ffe433c8e490a44c1414db4c7ea3e /Zotlabs | |
parent | d434490bdf67a309e88e2d6f6dc8e619dae9b768 (diff) | |
download | volse-hubzilla-4cc72db4630822956a90ecb71ea9cf41a79e700d.tar.gz volse-hubzilla-4cc72db4630822956a90ecb71ea9cf41a79e700d.tar.bz2 volse-hubzilla-4cc72db4630822956a90ecb71ea9cf41a79e700d.zip |
hope not to hurry too fast when saying 5.4RC2. But today & tomorrow is only for the tests
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Update/_1244.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Zotlabs/Update/_1244.php b/Zotlabs/Update/_1244.php new file mode 100644 index 000000000..5f806b7d1 --- /dev/null +++ b/Zotlabs/Update/_1244.php @@ -0,0 +1,15 @@ +<?php + +namespace Zotlabs\Update; + +require_once('include/account.php'); + +class _1241 { + + function run() { + + return verify_register_scheme(); + + } + +} |