aboutsummaryrefslogblamecommitdiffstats
path: root/Zotlabs/Update/_1244.php
blob: 0aebe40130fc9fde6ab2dc156a4207151863fc26 (plain) (tree)
1
2
3
4
5
6
7





                                    
             







                                        
<?php

namespace Zotlabs\Update;

require_once('include/account.php');

class _1244 {

	function run() {

        return verify_register_scheme();

    }
	
}