aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Update/_1244.php
blob: 0aebe40130fc9fde6ab2dc156a4207151863fc26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

namespace Zotlabs\Update;

require_once('include/account.php');

class _1244 {

	function run() {

        return verify_register_scheme();

    }
	
}