2a4e8972e
3affb2e81
c8fc3ad7c
1 2 3 4 5 6 7 8 9
10 11 12
13
14 15 16
<?php namespace Zotlabs\Module; class Login extends \Zotlabs\Web\Controller { function get() { if(local_channel()) goaway(z_root()); if(remote_channel() && $_SESSION['atoken']) goaway(z_root()); return login(true); } }