File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 && ($ _POST ["form_type " ] ?? null ) == "clearView "
99 ) {
1010 unset($ _SESSION ["viewUser " ]);
11- UnityHTTPD::redirect (getURL ("/ admin/user-mgmt.php " ));
11+ UnityHTTPD::redirect (getURL ("admin/user-mgmt.php " ));
1212 }
1313 // Webroot files need to handle their own POSTs before loading the header
1414 // so that they can do UnityHTTPD::badRequest before anything else has been printed.
2424 !$ _SESSION ["user_exists " ]
2525 && !str_ends_with ($ _SERVER ['PHP_SELF ' ], "/panel/new_account.php " )
2626 ) {
27- UnityHTTPD::redirect (getURL ("/ panel/new_account.php " ));
27+ UnityHTTPD::redirect (getURL ("panel/new_account.php " ));
2828 }
2929}
3030
131131 <div class="modalBody"></div>
132132 </div>
133133 </div>
134- <script src="<?php echo getURL ("/ js/modal.js " ); ?> "></script>
134+ <script src="<?php echo getURL ("js/modal.js " ); ?> "></script>
135135
136136 <main>
137137
You can’t perform that action at this time.
0 commit comments