aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Update/_1244.php
blob: 5f806b7d10a8ac4959653802393858613f3b8943 (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 _1241 {

	function run() {

        return verify_register_scheme();

    }
	
}