Go to the documentation of this file. 10 'path' =>
'/upgrade/init',
11 'resource' =>
'upgrade',
19 'path' =>
'/upgrade/run',
26 'account:register' => [
27 'path' =>
'/register',
28 'resource' =>
'account/register',
36 'resource' =>
'account/login',
42 'account:password:reset' => [
43 'path' =>
'/forgotpassword',
44 'resource' =>
'account/forgotten_password',
50 'account:password:change' => [
51 'path' =>
'/changepassword',
52 'resource' =>
'account/change_password',
59 'path' =>
'/ajax/{segments}',
60 'handler' =>
'_elgg_ajax_page_handler',
69 'path' =>
'/robots.txt',
70 'resource' =>
'robots.txt',
74 'path' =>
'/favicon.ico',
75 'resource' =>
'favicon.ico',
79 'path' =>
'/manifest.json',
80 'resource' =>
'manifest.json',
84 'path' =>
'/refresh_token',
92 'path' =>
'/admin/{segments?}',
93 'handler' =>
'_elgg_admin_page_handler',
101 'admin_plugins_refresh' => [
102 'path' =>
'/admin_plugins_refresh',
103 'handler' =>
'_elgg_ajax_plugins_update',
108 'admin_plugin_text_file' => [
109 'path' =>
'/admin_plugin_text_file/{plugin_id}/{filename}',
110 'resource' =>
'admin/plugin_text_file',
116 'path' =>
'/phpinfo',
117 'resource' =>
'phpinfo',
123 'path' =>
'/cron/{segments}',
124 'handler' =>
'_elgg_cron_page_handler',
131 'path' =>
'/serve-icon/{guid}/{size}',
132 'handler' =>
'_elgg_filestore_serve_icon_handler',
139 'path' =>
'/livesearch/{match_on?}',
140 'resource' =>
'livesearch',
145 'settings:index' => [
146 'path' =>
'/settings',
147 'resource' =>
'settings/account',
152 'settings:account' => [
153 'path' =>
'/settings/user/{username?}',
154 'resource' =>
'settings/account',
159 'settings:statistics' => [
160 'path' =>
'/settings/statistics/{username?}',
161 'resource' =>
'settings/statistics',
166 'settings:tools' => [
167 'path' =>
'/settings/plugins/{username?}/{plugin_id}',
168 'resource' =>
'settings/tools',
173 'widgets:add_panel' => [
174 'path' =>
'/widgets/add_panel',
175 'resource' =>
'widgets/add_panel',
180 'view:object:comment' => [
181 'path' =>
'/comment/view/{guid}/{container_guid?}',
182 'resource' =>
'comments/view',
184 'edit:object:comment' => [
185 'path' =>
'/comment/edit/{guid}',
186 'resource' =>
'comments/edit',
192 'path' =>
'/user/{guid}',
193 'resource' =>
'user/view',
195 'edit:user:avatar' => [
196 'path' =>
'/avatar/edit/{username}',
197 'resource' =>
'avatar/edit',