From c6e65ec6dab38ee67afe1d07f5c003413cfdf67e Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sat, 5 May 2018 00:39:53 -0700 Subject: support '@' paths --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 5cf6cedeb..40b38985b 100755 --- a/boot.php +++ b/boot.php @@ -886,7 +886,7 @@ class App { // unix style "homedir" - if(substr(self::$cmd, 0, 1) === '~') + if((substr(self::$cmd, 0, 1) === '~') || (substr(self::$cmd, 0, 1) === '@')) self::$cmd = 'channel/' . substr(self::$cmd, 1); /* -- cgit v1.2.3