renamed include files identity.php (channel.php) and Contact.php (connections.php)
This commit is contained in:
@@ -11,7 +11,7 @@ class Uexport extends \Zotlabs\Web\Controller {
|
||||
if(argc() > 1) {
|
||||
$channel = \App::get_channel();
|
||||
|
||||
require_once('include/identity.php');
|
||||
require_once('include/channel.php');
|
||||
|
||||
if(argc() > 1 && intval(argv(1)) > 1900) {
|
||||
$year = intval(argv(1));
|
||||
|
Reference in New Issue
Block a user